-
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: Page header overlaps with iOS status bar #8477
Comments
And when pushed in by first dismissing the pop over and then pushing in the page results in same behavior but in that case back button is also missing. |
I found a workaround which is to use navController reference acquired in root page rather than in pop over page. This issue is also related to #8467. |
Hello, thanks for opening an issue with us! I am going to close this issue as a duplicate of #8556 as that issue points to the bug that causes this issue. |
Type: bug
Ionic Version: 2.0.0 RC0
Platform: ios 9 webview
On iOS when a page is pushed in from the pop over then the page header overlaps with iOS status bar. Pushed in from outside of pop over seems to function normally.
Code that is pushing in the page:
this._navController.push(Page).then(() => this._viewController.dismiss());
The text was updated successfully, but these errors were encountered: