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
When using a mouse wheel to scroll on MacOS, the virtual scroll works as intended in page-mode. However, when testing on a physical iOS device and Chrome mobile simulators, the virtual list only renders the amount of items set by :keeps. For example, if :keeps is set to 20, the page will render 20 items despite the list being greater than 20, and then there will be a ton of whitespace beneath the rendered components.
To Reproduce
Steps to reproduce the behavior:
Use page-mode, populate list items greater than the :keeps prop.
.scroll-touch was taken from the page mode example.
3. Run on a mobile phone or mobile simulator, and scroll past the number of items defined by :keeps.
Other
Version 2.3.2
iOS Chrome and Safari
MacOS Safari
The text was updated successfully, but these errors were encountered:
Describe
When using a mouse wheel to scroll on MacOS, the virtual scroll works as intended in page-mode. However, when testing on a physical iOS device and Chrome mobile simulators, the virtual list only renders the amount of items set by
:keeps
. For example, if:keeps
is set to 20, the page will render 20 items despite the list being greater than 20, and then there will be a ton of whitespace beneath the rendered components.To Reproduce
Steps to reproduce the behavior:
:keeps
prop..scroll-touch
was taken from the page mode example.3. Run on a mobile phone or mobile simulator, and scroll past the number of items defined by
:keeps
.Other
The text was updated successfully, but these errors were encountered: