I have a simple app with a HomePage that calls a child PickPage that has a list of 3 pick items. When you tap on a selection it fires a function called pickPreference(item) and all it does is return to the parent page with this.nav.pop(). If you go back and forth several times between the parent and the child, it stops working and displays the image below but the most intriguing part is that there are no errors in the console.
Here’s the sample code. If you want to download a fully working demo of this issue, please go to this repo
@chandroiud the link you provided doesn’t really help. Do you have a sample code where you’re using this.nav.pop() functionality without any issues? I would love to compare your code to mine to see if I’m missing something.
well, I tested it multiple times, In my app I have added a custom back button and it works fine I also have a back and forth navigtation from sidemenu to pages and it works fine. I will check your complete app from github and see if I’m abel to trace the issue.
Does this issue occurs on android and iOS as well? try building the android and iOS version and run it on the phone or emulator, Sometimes it might a browser specific issue.
Hi, did you find a resolution to your issue? I’m seeing the exact same problem in my app when switching back and forth between views in the nav stack quickly.
Checkout the ionic issue #6677 I submitted a few weeks ago. And also issue #6540. Both are kind of related. @danbucholtz made a small adjustment to the KEYBOARD_DURATION_PADDING = 600; and that helped. But looks like the behavior is back in Beta.11 as @chack commented. I have tried to break my app but I haven’t experienced the issue again. Sorry I can’t be of more help