With some HTML like this:
Some Text
Then some CSS like this:
p { color:black; } p:hover { color:red
Easyest solution I found: I had some < span > tags with :hover css rules in them. I switched for < a href="javascript:void(0)" > and voilà. The hover styles in iOS started working.