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
from either side menu or tabs, press buttons "Schedule", "Speakers" or "About"; everything works fine.
5, from side menu, press "Login", login page appears; click the back button to return to side menu.
6, from side menu, press either "Schedule", "Speakers" or "About" , application just returns to the previous page of step 4; repeat step 6, no response, system hangs.
7, from tabs, press a button other than that of step 6, system restart, and everything works fine again.
8, repeat step 4 to step 7 to reproduce the problem
Related Code
If you are able to illustrate the bug with an example, please provide a sample application via an online code collaborator such as StackBlitz, or GitHub.
Expected Behavior
tabs work fine after routing to a non-tap page.
Additional Context
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, screenshots, OS if applicable, etc.
The text was updated successfully, but these errors were encountered:
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.
Bug Report
Ionic Info
Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug
A clear and concise description of what the bug is.
Steps to Reproduce
Steps to reproduce the behavior:
from CLI, git clone ionic-conference-app ; go to /directoy/of/ionic-conference-app; checkout branch 'core-update'.
from CLI, enter 'ionic s'
go to browser (Chrome). the application started at 'http://localhost:8100'
![schedule](https://user-images.githubusercontent.com/3517418/43681682-a45b8b00-988d-11e8-831e-125d427b871f.jpg)
![side-menu](https://user-images.githubusercontent.com/3517418/43681683-a48a3f68-988d-11e8-8761-33c044d78832.jpg)
from either side menu or tabs, press buttons "Schedule", "Speakers" or "About"; everything works fine.
5, from side menu, press "Login", login page appears; click the back button to return to side menu.
6, from side menu, press either "Schedule", "Speakers" or "About" , application just returns to the previous page of step 4; repeat step 6, no response, system hangs.
7, from tabs, press a button other than that of step 6, system restart, and everything works fine again.
8, repeat step 4 to step 7 to reproduce the problem
Related Code
If you are able to illustrate the bug with an example, please provide a sample application via an online code collaborator such as StackBlitz, or GitHub.
Expected Behavior
tabs work fine after routing to a non-tap page.
Additional Context
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, screenshots, OS if applicable, etc.
The text was updated successfully, but these errors were encountered: