You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for amazing lib. What I need is fully lazy pager when data request on page should be called only after page is active and in viewport. I tried to change buffer for PagerView but it preloads at least one next page. If it's not possible and pager need to preload next slide, how to detect inside rendered item that it's first time and page is visible and make request?
The text was updated successfully, but these errors were encountered:
Hello, thank you for amazing lib. What I need is fully lazy pager when data request on page should be called only after page is active and in viewport. I tried to change
buffer
forPagerView
but it preloads at least one next page. If it's not possible and pager need to preload next slide, how to detect inside rendered item that it's first time and page is visible and make request?The text was updated successfully, but these errors were encountered: