materialize icon indicating copy to clipboard operation
materialize copied to clipboard

Dropdown with Hover doesn't work on tablet devices.

Open melineWb opened this issue 5 years ago • 1 comments

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

melineWb avatar Nov 20 '20 09:11 melineWb

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

doughballs avatar Nov 20 '20 09:11 doughballs