-
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
Ionic 2 Beta 6, iOS - Side Menu dismiss sometimes requires 2 taps #6405
Comments
I have seen the same. This behaviour was also present in beta4&5. Android and browser platforms seem to work as expected for me only iOS presents this issue. Opening the menu and selecting items opens and closes fast and correctly, opening the menu and then tapping outside the menu or on the menu button often takes 2 taps to close the side menu. |
I also found this issue, and when side menu opened, main page content can scroll up and down, I think this is not a good experience |
This issue still exists in Beta9. No issue on Android or browser but on iOS clicking the hamburger opens the menu without issue but clicking/tapping to close the menu almost always takes 2 taps. This is a small bug that makes a majorly bad user impression, would be good if it could get assigned to a milestone. |
This still exists in beta10. |
I have been debugging this issue, it affects "push" menu, because it does not have backdrop. Working in a fix 👍 |
awesome that will be really nice to get fixed! |
I'm seeing the same kind of behavior with beta10. I've created a very simple Ionic2 application with a side menu and three pages with static content. Running in the browser or on android, navigation is smooth and very responsive. But on iOS opening and closing the menu or activating menu links often taken more than one click/tap, and transitions are not consistently smooth. |
This bug still exists in beta.11, any updates? |
Weird.. When I swipe open the menu and tap on the content to close it, it works. But when opened with the navbar menu button, requires 2-3 taps or maybe 3 seconds for it to close. |
Any updates on this bug ? |
This is also reported on issue #6645 but that issue was "closed" just like this one, even though it is not yet fixed. Why would that happen? Ionic team, we beg for your attention on this critical bug! We cannot ship our app yet because the side menu is so buggy! D: |
Anybody here? Please, why there's no feedback regarding this bug which has been reported in 4 different issues (AFAIK)? Please, please, please... the sidemenu needs to fully work and be bug free for beta 12! |
Also happening to me. I need this fixed quickly. |
Still a roadblock for me as well. A fix would be much appreciated! |
Hello all! Sorry for the delay on this. This should be fixed in beta.12 and when i have tested this I will post my findings here. Thanks for using Ionic! |
Thanks Justin, your response on this matter is much appreciated. Any target release date for beta 12 and RC1? We're anxious to ship our app with Ionic v2! :D |
No target release date at the moment besides ASAP 😄 We are very hard at work on beta.12. There were a ton of changes in Angular 2 starting with RC5 and we are also building a completely new build process that will include AOT compile, treeshaking, minification and more that will help enormously with start up time and navigation performance. Thanks! |
still present in RC0. start a new project with side menu template. run in emulator and open and close the side menu. closing requires multiple clicks. At an RC stage for ionic2 being able to close a side menu on ios really seems like something that should be working... |
Come on guys you told us this was going to be fixed on this release, and Several of us haven't been able to launch their Ionic 2 app due to this We really want to make Ionic as our de facto mobile development platform, Some one from Ionic please please please jump in and let us know if this On Wednesday, September 28, 2016, Gaven Henry [email protected]
Sent from my iPhone |
@aplimovil @ghenry22 I started working in a fix some weeks ago, but I could not finish it because of other issues with higher priority. Working in a fix today, seriously! ;) |
Thanks a lot for jumping in Manu! Even if it's just a patch to be manually applied the fix would mean a lot for us! It's the only thing standing between us and launching the app we've been developing for months. Thanks again, looking forward to your reply. |
@manucorporat sounds great thanks :) |
@manucorporat @jgw96 I've just updated my app to RC1. The menu toggle button now works consistently pretty well on iOS, but there are still issues with selecting menu items. Usually, it takes more than one tap on a menu item to get it to activate. |
@mostlymark this PR will improve the responsiveness across the whole framework. #8807 |
@manucorporat nice one! Can't wait to see how that works! |
Hi, i updated my app to RC2 and the problem continues. |
The error occur only in IOS when is used top menu button to open side menu. |
@manucorporat @mangabr same result here, one tap: menu open & close automatically, with two taps works great. |
I can no longer reproduce this bug in my app with rc2. Open and close work exactly as expected now for me |
Even with the rc2 it still happens here. Opening the side menu by sliding works but if you open it by clicking a button you have to tap twice for the click event to be fired. |
I have the same issue with the Ionic2 Final. Not only on the side menu, but also on cards and the back button. Always after a screen transition taps / clicks are not recognised for a second or so. Has anybody found a solution? I have tried tappable and I tried tap and click (which both do not fire).
|
@chris08002 I am experiencing the same issue. It looks like it doesn't recognize a tap to dismiss the menu within the first second or so. |
@bflopez I just made a test with a fresh "ionic start test sidemenu --v2" and I am having the exact same issue when doing ionic run ios --device. Anybody from the ionic team can confirm this? Is there anything that can be done? (swiping the menu works, it's tap to close that doesn't work) |
I have the same issue on iOS. Menu need at least two or three taps on content section to close! |
I'm now experiencing this as well, using Ionic 2.1.0 and the following ionic info, so it seems to be a regression, as it was fixed in 2.0.0. Please fix!
|
Changing the type to "overlay" has fixed this for me. Not ideal though! |
Ionic team, as a suggestion, it may be worth considering, if it's possible, adding an E2E test for the sidemenu on an iOS simulator or device as part of the internal testing done before each release, just to ensure this nagging issue on sidemenu doesn't happen anymore! :) |
@Maziar-Fotouhi It doesn't completely fix it for me, but it improves significantly. Thanks. |
The issue is still exists on iOS 10.1.1 |
This issue still exists, could we at least re-open it so that it could be tracked. |
In general I am using material design animations and configuration (like the overlay) for most things now, it seems more stable than iOS configuration in Ionic 2. |
Same problem here, as soon as I click an item in my home page which brings me to other page and go back, the app needs about a second to recognize tap and fire click event. no fixes???? |
@manucorporat , could you please take a look at this? It seems lots of people still have this issue. |
i was able to get this fixed by using wkwebview, but its unclear if that is recommended or not. |
I also have to use wkwebview to work around this and many other issues that have just not been addressed. I love ionic but some of these little things need to be fixed so that it works properly in uiwebview as wkwebview has a lot of quirks and issues of its own. |
@ferminako not a fix bit a workaround: add tappable to all your items that listen on click or tap and use material design transitions. |
@chris08002 I also tried using tappable |
@ferminako combines with switching animations to material design and the menu to overlay (also from material design)? Only the combination of both did work for me. |
@ferminako You're facing a different issue. Please make sure you are using |
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. |
Short description of the problem:
Dismissing the side menu in Ionic 2 beta 6 ios app sometimes requires 2 taps.
What behavior are you expecting?
The side menu would be dismissed with just one tap outside of the menu.
Steps to reproduce:
Which Ionic Version? 1.x or 2.x
2 beta 6
Run
ionic info
from terminal/cmd prompt: (paste output below)Cordova CLI: Not installed
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.6
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
ios-deploy version: 1.8.5
ios-sim version: 3.1.1
OS: Mac OS X El Capitan
Node Version: v0.12.7
Xcode version: Xcode 7.3 Build version 7D175
The text was updated successfully, but these errors were encountered: