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

Dropdown with Hover doesn't work on tablet devices. #6616

Open
melineWb opened this issue Nov 20, 2020 · 1 comment
Open

Dropdown with Hover doesn't work on tablet devices. #6616

melineWb opened this issue Nov 20, 2020 · 1 comment

Comments

@melineWb
Copy link

$('.dropdown-button').dropdown({hover: true}) doesn't work onClick on Tablet devices.
Tested on Android

@doughballs
Copy link

Yes - hover doesn't work on touch devices. Only use hover:true if you're sure the device isn't a touch device.

https://stackoverflow.com/questions/4817029/whats-the-best-way-to-detect-a-touch-screen-device-using-javascript

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