You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add the following <ion-footer-bar> between </ion-content> and </ion-view> <ion-footer-bar class="bar-light"> <button class="button button-positive button-clear no-animation" > Click Me </button> </ion-footer-bar>
run the demo project and go to Activity, you'll find that the button in ion-footer-bar disappears.
but if you put the same button within <ion-content></ion-content> of the activity.html, it shows up normally. <button class="button button-positive button-clear no-animation"> Click Me </button>
Why the same button disappear in <ion-footer-bar>?
Thanks.
The text was updated successfully, but these errors were encountered:
Issue Repro steps:
<ion-footer-bar>
between</ion-content>
and</ion-view>
<ion-footer-bar class="bar-light">
<button class="button button-positive button-clear no-animation" >
Click Me
</button>
</ion-footer-bar>
<ion-content></ion-content>
of the activity.html, it shows up normally.<button class="button button-positive button-clear no-animation">
Click Me
</button>
Why the same button disappear in
<ion-footer-bar>
?Thanks.
The text was updated successfully, but these errors were encountered: