-
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 disappears on iOS #8001
Comments
There is actually an extreme amount of animation bugs in current beta. Sidemenus that bug out on multiple occasions and forms (especially on web). Is there any kind of statement about this? Currently this all around feels very alpha and FAR away from any kind of production/rc state. |
Hello! Thanks for opening an issue with us! So I just have a few questions, what browser were you using when you reproduced it on the docs site? I just tried it with chrome and cannot seem to be able to reproduce. We are tracking an issue here which may be related. @ventr1x Sorry you are having issues with beta.11! Would you mind posting a repo that I can use to reproduce these issues? I cannot seem to reproduce these issues with any of my apps or our test apps at this time. |
I was using chrome 53 on windows. This indeed might be related to #7629. I was able to reproduce it again a second ago on the docs site and the menu is missing the show-menu class. I'm still not able to reproduce it consistently though, but it happens eventually by clicking the hamburger icon like a madman. |
Sadly I currently can't easily post a repo as the app is contract work and not open source. But problems with the menu are actually the biggest issue for me. |
@jgw96 It can happen in an app (on iOS with reveal menu) as well |
Thanks for all the testing everyone. After looking into all the evidence I am going to mark this one as blocked by #7629 as this issue seems to either be a symptom of that issue or related in some way. |
Short description of the problem:
Left menu randomly disappears after opening left menu. I have not been able to pinpoint the exact cause, because it happens like once every twenty tries. I've switched to a overlay menu which seems to have fixed the problem. So, it looks like the problem is just with the default iOS menu type (reveal?).
This is just a thought, but the problem could be because a click and a swipe gesture or two rapid clicks are both handled for opening or closing the menu, thus hiding the menu right after it has been shown. However, I have not been able to reproduce this consistently.
I was able to reproduce the problem in the simulator on the ionic website, so it should not be a problem specific to me:
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
https://forum.ionicframework.com/t/random-white-block-after-opening-or-closing-left-menu/62598
Which Ionic Version? 2.x
The text was updated successfully, but these errors were encountered: