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

Click Issue with ICON on navbar in iPhone. #14086

Closed
vinayak-dataman opened this issue Feb 28, 2018 · 2 comments
Closed

Click Issue with ICON on navbar in iPhone. #14086

vinayak-dataman opened this issue Feb 28, 2018 · 2 comments
Labels
ionitron: v3 moves the issue to the ionic-v3 repository

Comments

@vinayak-dataman
Copy link

I am working on IONIC app. I have an page where I added the three button in navbar at the right side. It is working fine in Android. It have strange in iOS. When I click on icon it does not work. It is working when I click just upside in navbar (statusbar). Please suggest where i am wrong.


<ion-header>
  <ion-navbar>
    <ion-title>Order Detail</ion-title>
    
    <ion-buttons end class="bar-button-menutoggle">
        <button  (click)="print()" ion-button icon-only>
          <ion-icon class="ion-icon" name="ios-print-outline" color="light"></ion-icon>
        </button>
        <button  (click)="onShare()" ion-button icon-only>
          <ion-icon class="ion-icon" name="share" color="light"></ion-icon>
        </button>
        <button (click)="onAddSignature()" ion-button icon-only>
          <ion-icon class="ion-icon" name="ios-paper-outline" color="light"></ion-icon>
        </button>
      </ion-buttons>

  </ion-navbar>

  
</ion-header>

image

@ionitron-bot ionitron-bot bot added the triage label Feb 28, 2018
@Ionitron Ionitron added the ionitron: v3 moves the issue to the ionic-v3 repository label Nov 29, 2018
@ionitron-bot
Copy link

ionitron-bot bot commented Nov 29, 2018

This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there.

If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know!

Thank you for using Ionic!

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 29, 2018

Issue moved to: ionic-team/ionic-v3#339

@ionitron-bot ionitron-bot bot closed this as completed Nov 29, 2018
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Nov 29, 2018
@ionitron-bot ionitron-bot bot removed the triage label Nov 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ionitron: v3 moves the issue to the ionic-v3 repository
Projects
None yet
Development

No branches or pull requests

2 participants