-
Notifications
You must be signed in to change notification settings - Fork 20
Blank screen while scrolling in Safari mobile #7
Comments
Looking into the code I just noticed that the list is refreshed on each scroll event. on Desktop the scroll event is triggered constantly but on mobile it is triggered after scroll stops. So the issue is there, how to keep the list refreshed on mobile browsers that are not constantly reporting the scroll information. |
Support for IOS is limited right now due to this issue. The |
Actually I'm creating a component that extends from |
I just published extends from |
Nice job! |
COOL! 🍰 |
Thanks guys ! |
Awesome project!!! |
Support for iOS8 scroll events added in #30, which allows for smooth inertial scrolling of virtualized list, comparable to Android. Support for |
I'm testing the infinite list with 10.000 items, Safari mobile shows a white screen while you scroll. Seems that it is taking to much time to render a new batch of items.
The text was updated successfully, but these errors were encountered: