-
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
bug: ionViewWillEnter not fired after pop #8842
Comments
Please, can you follow the issue template? otherwise I don't even know what version are you using |
I used the bugreporter and thought it will be ok, sorry. |
Short description of the problem:After pushing a page and return by clicking back button the ionViewWillEnter function is not fired. What behavior are you expecting?Call ionViewWillEnter or introduce a other way to update data Steps to reproduce:
Which Ionic Version? Plunkerhttp://plnkr.co/edit/6rebCvyOqGggys6fUDEp?p=preview InfoCordova CLI: 6.3.1 |
Can you guys try against nightly?
|
same like before :( Cordova CLI: 6.3.1 |
@appwrx I was able to reproduce your bug. It will be fixed once this PR is merged! |
Perfect :) thank you! |
I also have exactly the same issue. I couldn't find solution. ionViewWillEnter() not called when page is poped. I am also facing one more issue LocalStorage. storing data in local storage and at next line fetching data not getting updated data.
@Injectable() |
Same issue. Hoping for a quick fix. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Type: bug
Ionic Version: 2.x
Platform: all
Hi,
after pushing a page and pop with back button ionViewWillEnter() is not fired. Or is there another trigger?
I would like to update some data on root page.
Thx
Appwrx
The text was updated successfully, but these errors were encountered: