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

Navigate inside Modal cuts off Navbar on iOS #8631

Closed
manuelroth opened this issue Oct 11, 2016 · 2 comments
Closed

Navigate inside Modal cuts off Navbar on iOS #8631

manuelroth opened this issue Oct 11, 2016 · 2 comments

Comments

@manuelroth
Copy link

Short description of the problem:

When opening a modal and navigating to a different page inside this modal the navbar gets cut off on iOS.

Navbar cut off

The component which has a cut off navbar uses the ion-navbar component. I have also tried with the ion-toolbar component but the header was also cut off

<ion-header>
  <ion-navbar color="primary">
    <ion-title>Umweltbedingungen</ion-title>
  </ion-navbar>
</ion-header>

<ion-content>
</ion-content>

What behavior are you expecting?

I am expecting that the navbar has the same height as on the first page.

Steps to reproduce:

  1. Create a modal
  2. Inside the modal component navigate to a different page (push page on the navigation stack)
  3. Navbar of the pushed page is cut off on iOS

Other information:

This problem only appears on iOS (only tested on iOS10)

Which Ionic Version? 1.x or 2.x
ionic2 RC0

@comfortme
Copy link

duplicate of #8151

@jgw96
Copy link
Contributor

jgw96 commented Oct 11, 2016

Hello, thanks for opening an issue with us! I am going to close this issue as a duplicate of #8151 . Thanks!

@jgw96 jgw96 closed this as completed Oct 11, 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

3 participants