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

ion-toolbar visible on previous screen #5692

Closed
mebibou opened this issue Mar 3, 2016 · 5 comments
Closed

ion-toolbar visible on previous screen #5692

mebibou opened this issue Mar 3, 2016 · 5 comments
Assignees
Milestone

Comments

@mebibou
Copy link

mebibou commented Mar 3, 2016

Short description of the problem:

When navigating to a page that contains a ion-toolbar like:

<ion-navbar *navbar>
  <ion-title>Title</ion-title>
</ion-navbar>
<ion-content>
</ion-content>
<ion-toolbar position="bottom">
  <button full primary showWhen="ios">My Button</button>
</ion-toolbar>

When navigating back to the previous page (click on back button in the header), the button in the ion-toolbar will remain visible for a second or two, basically until the animation to the previous page is completed.

What behavior are you expecting?

The toolbar should slide along with the page that contains it, and not remain static and suddenly disappear when animation is finished.

Steps to reproduce:

  1. Copy-pate the code above in a new page
  2. Add a parent page that navigates to this page
  3. Navigate to the child containing the ion-toolbar, then navigate back

Ionic Version: 2.0.0-beta2

Browser & Operating System: iOS / Android / Chrome

Run ionic info from terminal/cmd prompt:

Your system information:

Cordova CLI: 6.0.0
Gulp version:  CLI version 3.9.1
Gulp local:   Local version 3.9.1
Ionic Version: 2.0.0-beta.2
Ionic CLI Version: 2.0.0-beta.19
Ionic App Lib Version: 2.0.0-beta.9
ios-deploy version: 1.8.4 
ios-sim version: 5.0.6 
OS: Mac OS X El Capitan
Node Version: v4.2.2
Xcode version: Xcode 7.2.1 Build version 7C1002 
@frederikschubert
Copy link

We are also running in this problem and would really like to have it fixed.

@adamdbradley adamdbradley self-assigned this Mar 7, 2016
@adamdbradley adamdbradley added this to the 2.0.0-beta.6 milestone Mar 7, 2016
@kinggolf
Copy link

kinggolf commented Apr 8, 2016

Same issue here. Big help once this is resolved. Thx.

adamdbradley added a commit that referenced this issue May 18, 2016
@adamdbradley
Copy link
Contributor

Thanks for the report, should be fixed in the next release.

@finalxcode
Copy link

i had faced same issue, just move your ion-footer into ion-content that can solve your issue

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 5, 2018

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 5, 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

7 participants