-
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
[IOS] Bug with tabs page and non-tab page #15054
Comments
There’s already two open issues related to this, I will link them after. |
@omaxlive thx for your response. Do you link them when the bug will be 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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Ionic Info
Describe the Bug
I have an application with a tabs ( 5 pages home, search, map , info and tarif).
From the search page i can go on a non-tab page like this
this.router.navigate(['station'], { queryParams: station});
On the station page i have a back button to return to the search page ``` ````
When i click on the tab menu on an other page, i have a white screen without log on xcode.
On web all work fine, i reproduce the bug only on IOS.
Here are some additional informations:
tabs.router.module.ts
app-routing.module.ts
i don't know if it's my bad or a bug ?
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
Fix nav when i from a non-tab page
Additional Context
Only on IOS, works on web
The text was updated successfully, but these errors were encountered: