Skip to content
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

Closed
ErkoKnoll opened this issue Oct 4, 2016 · 3 comments
Closed

bug: Page header overlaps with iOS status bar #8477

ErkoKnoll opened this issue Oct 4, 2016 · 3 comments

Comments

@ErkoKnoll
Copy link

ErkoKnoll commented Oct 4, 2016

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());

@ErkoKnoll
Copy link
Author

ErkoKnoll commented Oct 4, 2016

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.

@ErkoKnoll
Copy link
Author

ErkoKnoll commented Oct 4, 2016

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.

@jgw96
Copy link
Contributor

jgw96 commented Oct 7, 2016

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.

@jgw96 jgw96 closed this as completed Oct 7, 2016
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants