-
Notifications
You must be signed in to change notification settings - Fork 659
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
Selecting a Tab in Tabs do not trigger viewWillEnter lifecycle event #2794
Comments
From @jgw96 on May 22, 2017 15:33 @stalniy , it looks like the right direction to me. Could you open a PR for it and we can discuss it there with our resident |
From @99four on May 31, 2017 10:27 @jgw96 do you have this PR opened somewhere? |
From @lpsantana on June 5, 2017 18:36 The same tabs problem occurring to me, i have also opened this issue #11786. Annoying problem |
From @snortblt on August 29, 2017 20:44 What's the status on this? The current implementation is pretty useless. |
From @mirkomancin on September 11, 2017 13:33 Some news on this issue?? |
Ignore that, accidentally moved wrong issue... |
From @ippeiukai on May 16, 2017 17:23
Ionic version: (check one with "x")
[ ] 1.x
[ ] 2.x
[x] 3.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
Clicking tab buttons in the tabs component does not trigger App#viewWillEnter and other lifecycle events, except the first time the page is being loaded.
Expected behavior:
Every time selected tab changes in tabs component, lifecycle events get triggered on each tab's view.
Steps to reproduce:
http://plnkr.co/edit/sJFO6E9cRUXeKWSXb1LZ?p=preview
Related code:
n/a
Other information:
Probably related: #9787.
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):Copied from original issue: ionic-team/ionic-framework#11694
The text was updated successfully, but these errors were encountered: