-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Side menu needs double tap #11110
Comments
Changing in the html file
in the ts file
|
I tried in iOS 10 on iphone 6s and it works with a single tap. Here is my side menu code: <ion-menu [content]="favoriteChickenList" color="diamond" side="right" id="chickenMenu" type="overlay">
<ion-header>
<ion-toolbar>
<ion-title color="vagera">My Chickens</ion-title>
</ion-toolbar>
<ion-buttons end>
<button ion-button clear icon-right (click)="closeFavoriteChickenListMenu()">
<ion-icon name="close"></ion-icon>
</button>
</ion-buttons>
</ion-header>
<ion-content>
<button ion-item *ngFor="favoriteChicken of favoriteChickens">{{chicken.name}}</button>
</ion-content>
</ion-menu> |
Hello all. As this issue seems to have been fixed I am going to close this issue for now. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
[ ] 1.x
[ ] 2.x
[x] 3.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
After updating from 3.0.0 to 3.0.1 a normal working link in the side menu now needs two taps to open a page on iOS devices or iSimulator with 10.3. This happens only in side menu, all other links I tried so far behaving normal with one tap.
Expected behavior:
Only one tap or click as before
Related code:
Other information:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: