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 I do this.viewCtrl.dismiss() on a Modal page, im getting * Cannot read property 'removeEventListener' of null*.
That is, when I have an ion-infinite-scroll on the page
I have tried using this.nav.pop() and this.nav.popToRoot() and still get the same issue.
The only things that has worked is removing the infinite scroll.
Short description of the problem:
When I do this.viewCtrl.dismiss() on a Modal page, im getting * Cannot read property 'removeEventListener' of null*.
That is, when I have an ion-infinite-scroll on the page
I have tried using this.nav.pop() and this.nav.popToRoot() and still get the same issue.
The only things that has worked is removing the infinite scroll.
What behavior are you expecting?
Expecting Modal page to close without errors.
Tested with
ionic serve --lab
Sample Code
Call from a page with something like
Ionic Version: 2.x
Cordova CLI: 6.1.0 (cordova-lib@undefined)
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Version: 2.0.0-beta.3
Ionic CLI Version: 2.0.0-beta.23
Ionic App Lib Version: 2.0.0-beta.13
Node Version: v5.9.1
The text was updated successfully, but these errors were encountered: