i have following code
-
2021-01-07 15:32
Several solutions:
- skip hover effects in touch device stylesheets
- use JavaScript to turn hover into click interactions
- use JavaScript to simulate hover interactions on the touch device (see this Question on StackOverflow