Scrolling issues on iOS only
Hello, I'm trying to use the tanstack virtual list in my svelte 5 application, but I've been running into an issue that only happens on iOS. Basically when you scroll, it doesn't have any momentum on iOS. I've tested it on an android phone, MacOS, and linux and it doesnt have the issue. Anyone have any ideas on how to fix this?
Here is my code:
2 Replies
correct-apricotOP•9mo ago
for the example im just showing
row.index
but the same bug happens with the real data (with dynamic height) that goes inside the list.
I ended up building my own virtual list 😹equal-aqua•9mo ago
Great, if something happy to accept any pull request to fix the issues on tanstack side