-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ionic2 -bug(virtualscroll) - Virtual scroll does not work in modals #8142
Comments
Not sure if this is the best solution but wrapping your modal component into a ion-content tag it will show the modal with the virtual scroll |
Well that removes the error and it loads. However, there are some serious display issues with virtual scroll if there are more items in the list. Hopefully it is fixed in the next beta |
Alright, so at this point I have it loading in a modal. But when I scroll down the list the other items do not load. It seems like the scroll event is not getting fired |
Hello, thanks for using Ionic! Since the original issue was solved by adding |
Short description of the problem:
When presenting a modal with a virtual scroll list, I receive the following error.
Which Ionic Version?
2.0@beta.10 and 11
Plunker that shows an example of your issue
http://plnkr.co/edit/kRTqAU33ZBgflrI5bGJu?p=preview
The text was updated successfully, but these errors were encountered: