Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Click Issue with ICON on navbar in iPhone. #339

Open
ionitron-bot bot opened this issue Nov 29, 2018 · 0 comments
Open

Click Issue with ICON on navbar in iPhone. #339

ionitron-bot bot opened this issue Nov 29, 2018 · 0 comments
Labels

Comments

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 29, 2018

Original issue by @vinayak-dataman on 2018-02-28T07:30:14Z

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

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

No branches or pull requests

0 participants