Hi everybody,
Was trying to set a result view from a paged query using limit and increasing the limit value while scrolling.
Based on tuto / starting at 28’40.
It did not worked so I decided to do basic test with Browser component with 2 different events that should change a variable value.
The resize event works perfectly and set the new value, not the scroll event.
(Note : My initial setvalue is an increasing process, this test was just a displaying value one)
The scroll event from the browser component is the window scroll event, it will not trigger on scroll events of scrollable elements on the page. With Framework7 the page is not scrollable, it has its own container elements that are scrollable and that’s why the browser component is not triggering the scroll event. This is not a bug.
Try moving the dmx-on:scroll attribute to the Page Content component.