-
Notifications
You must be signed in to change notification settings - Fork 13.5k
sidemenu is slow #673
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
Comments
btw, one more minor issue is if i register the toggleMenu() to a button and swipe w/ holding that button. the stuck will be more obvious. |
Would you be able to create a codepen or plunkr so I know I'm testing against the same code you're having issues with? Thanks. |
Not sure if related, but I removed that animation throttle from the side menu in #738, maybe it has an effect on this? |
guys, i found if i use the header input as a search box, the issue is there. if i don't use the header input, it's fine. |
see the codepen: http://codepen.io/anon/pen/wBsnA |
Hey @mjason3, I am going to close this since I can't reproduce it and I'm not sure we could fix it anyways. That being said, try this code pen which uses the code with some of the fixes I made yesterday. It feels better than the old version to me: http://codepen.io/ionic/pen/kdvxp let me know if you have more info and we can re-evaluate. Thanks! |
Hi @mlynch it had issue when i build it as a app of iphone4s. but maybe u already fixed it, i will try the new version. Thanks for your help and contribution! |
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. |
i use the side menu on the iphone 4. and i also add a button registering toggleMenu() for ng-click. when i click the button, it will be stuck for a while. is it related to 300ms delay?
The text was updated successfully, but these errors were encountered: