-
Notifications
You must be signed in to change notification settings - Fork 87
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
Popovers not working correctly in iOS or Android #52
Comments
I assume you must be referring to the demo online from the website, right? |
No, not only the demo. |
Actually, the funky stickiness of selected states is being caused by mobile browsers trying to apply the desktop hover states. I have a simple fix that can resolve that. I just need to go through all the LESS files to make sure that all instances of :hover only get applied on desktop browsers. |
Thanks for your reply. |
In the demo in android, when the user clicks on an popover list item, the list does not close, nor does the selected item get set (it's erratic, sometimes it does, sometimes it fails)
Also, in iOS, after the popover list closes, the list's label (Fruit/Deserts) is highlighted randomly and erratically.
The text was updated successfully, but these errors were encountered: