Skip to content
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

Menu closes when user scrolls on small screens #23

Closed
mrjasonweaver opened this issue Feb 24, 2013 · 4 comments
Closed

Menu closes when user scrolls on small screens #23

mrjasonweaver opened this issue Feb 24, 2013 · 4 comments
Assignees

Comments

@mrjasonweaver
Copy link
Owner

A bug if a user is on a small screen, opens the mobile menu and scrolls, the menu closes. This because (I suspect) the window resize event fires and as a result, closes the menu.

@ghost ghost assigned mrjasonweaver Feb 24, 2013
@mrjasonweaver
Copy link
Owner Author

Only confirmed bug result on Android 2.3 default browser

@petercarsater
Copy link

I have the same problem on iOS 6.1 (iPhone). If I open the mobile menu, click to open level two (it opens) and then scroll, the menu closes.

@mrjasonweaver
Copy link
Owner Author

Thanks. I'll look into fixing this tonight.

@mrjasonweaver
Copy link
Owner Author

This bug has been fixed with v.0.4.8 release. Toggling class .show with css transitions to hide/show menu instead of using .hide() and .show()

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

No branches or pull requests

2 participants