As usual Apple has to be difficult…..!
To show the user a hover effect when they touch the element in question, the code below should do the trick.
Add onclick=”” to anything you wish iOS to recognise as an element with a hover.
1 2 3 |
<div onclick="">Click Me!</div> |