fix(nav): transition toolbars on iOS

Closes #5692
This commit is contained in:
Adam Bradley
2016-05-18 08:59:12 -05:00
parent ed8335da10
commit daa4ccc30c
4 changed files with 33 additions and 1 deletions

View File

@@ -221,6 +221,9 @@ class FullPage {
</ion-fixed>
<ion-fixed style="pointer-events: none; top:0; bottom:0; right:0; width:50%; background: rgba(0,0,0,0.5);"></ion-fixed>
</ion-content>
<ion-toolbar position="bottom">
Footer
</ion-toolbar>
`
})
class PrimaryHeaderPage {
@@ -285,6 +288,10 @@ class PrimaryHeaderPage {
<button ion-item (click)="setBackButtonText()">Set Back Button Text</button>
</ion-list>
</ion-content>
<ion-toolbar position="bottom">
Another Page Footer
</ion-toolbar>
`
})
class AnotherPage {