It's not so much a feature request as just a question. I can see that it's supported in @ionic/react and it seems like it just hasn't been gotten to on the Vue side.
Context here is that I'm trying to sell some folks at work on using Ionic+Vue at the moment, but it seems like loading large lists of images is the last stumbling block for our technical demonstrator.
Thanks for reading!
Ionic version:
[x] 4.x
Describe the Feature Request
An ion-virtual-scroll Vue component, per the above.
Describe Preferred Solution
_It magically appears in @ionic/[email protected]_
Describe Alternatives
I could roll my own solution but if it's as simple as what I think the React port is doing and just passing things along, I figured that I'd ask.
Related Code
N/A
Additional Context
No related code, but the good folks behind @modus/ionic-vue in ModusCreateOrg/ionic-vue#85, pointed me in this direction.
@randytarampi Did you make any progress on this?
I've tried using vue-virtual-scroll-list and vue-virtual-scroller with no luck.
Hey everyone,
Our current plan is to recommend solutions built and maintained by the Vue community. We are evaluating vue-virutal-scroller and vue-virtual-scroll-list as potential solutions, but neither have shipped support for Vue 3 yet.
I am going to keep this issue open for now, but will close it out when clearer guidance has been put out on our docs. Thanks!
It seems it doesn't supported yet by both alternatives, any plans to use this built in ionic virtual scroll for vue3? @liamdebeasi
We do not have plans to use our own custom virtual scroll solution for Ionic Vue. I need to do more research into https://github.com/tangbc/vue-virtual-scroll-list to see what parts of Vue 3 it does not support yet.