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

Closing modal on clicks outside the container not working on iOS #1

Open
jessenieminen opened this issue Aug 10, 2014 · 0 comments
Open
Assignees

Comments

@jessenieminen
Copy link
Member

Simple click events only register for elements and elements with cursor: pointer; on iOS devices. Fix this by adding either another event listener for touchend events or by making a dummy link out of the backdrop.

@jessenieminen jessenieminen self-assigned this Aug 10, 2014
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

1 participant