Open jma-9code opened 8 years ago
Hello, thanks for opening an issue with us! Would you be able to provide a plunker that demonstrates this issue? Thanks for using Ionic!
I am seeing the same symptoms on RC3. I have noticed that it works fine as long as the virtualScroll
element isn't nested within any other directives (ngIf, ngSwitch etc). Similar to https://github.com/driftyco/ionic/issues/7734
I opened a PR https://github.com/ionic-team/ionic/pull/13406 which should fix the problem here. Please try it and tell me if it's working :)
I was hoping for your PR to be merged but it seems that it has just been closed :(. It's too bad as it seems that we are quite a few to encounter the issues your PR solves.
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there.
Thank you for using Ionic!
This code doesn't work...the ion-item isn't showed by the ionic framework.
Code to reproduce :
If the "ion-list" is before the
<div [ngSwitch]>
, then is showed. Ionic 2b10 used.