Controls Stop Responding After Resetting Root
See original GitHub issueShort description of the problem:
After calling setRoot
and popToRoot
to reset the page stack, controls on the new root page stop responding.
What behavior are you expecting?
Controls behave as intended.
Steps to reproduce:
- Open sample application.
Enter non-empty credentials.- Click Login
- Notice how controls stop responding on the Home page, however the sidebar seems to still work somewhat.
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc) https://github.com/djonesdev/ionicnavbug
Important spots: https://github.com/djonesdev/ionicnavbug/blob/master/app/pages/login/login.ts#L17 https://github.com/djonesdev/ionicnavbug/blob/master/app/pages/home/home.ts#L18
Which Ionic Version? 2.x
Plunker that shows an example of your issue
http://plnkr.co/edit/HYAXAv?p=preview
Run ionic info
from terminal/cmd prompt: (paste output below)
$ ionic info
Your system information:
You have been opted out of telemetry. To change this, run: cordova telemetry on. 6.3.0
Gulp version: CLI version 3.9.1 Gulp local: Local version 3.9.1 Ionic Framework Version: 2.0.0-beta.11 Ionic CLI Version: 2.0.0-beta.36 Ionic App Lib Version: 2.0.0-beta.19 OS: Windows 8.1 Node Version: v5.12.0
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (1 by maintainers)
Workaround:
Related issue: https://github.com/driftyco/ionic/issues/5883