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

Issue: button disappear in "ion-footer-bar" #211

Open
Paul-Lo opened this issue Sep 6, 2016 · 0 comments
Open

Issue: button disappear in "ion-footer-bar" #211

Paul-Lo opened this issue Sep 6, 2016 · 0 comments

Comments

@Paul-Lo
Copy link

Paul-Lo commented Sep 6, 2016

Issue Repro steps:

  1. open activity.html of Thronester Demo
  2. 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>
  3. run the demo project and go to Activity, you'll find that the button in ion-footer-bar disappears.
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant