-
Notifications
You must be signed in to change notification settings - Fork 204
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
Tapping on page content doesn't auto-close sidebar #252
Comments
This is the old cursor optimization issue with mobile. Mobile OSs don't register any of the click events unless the element has The two ways you can solve this problem is
I would go with touchstart as it's the easiest/cleanest. |
I didn't know about the |
Originally reported as hypothesis/h#3398 by me.
Steps to reproduce
Expected behaviour
The sidebar should close.
Actual behaviour
The sidebar remains open. If you want to close it you need to tap on the "close" arrow button.
Browser/system information
Mobile Safari, iOS 9.2?
This issue was split out from #2811.
The text was updated successfully, but these errors were encountered: