Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
iPad and css :hover
Hi-
We use hover pseudo class in a number if places. On an iPad when I click a link within a layout that supports the :hover event the :click pseudo class handler for the link is never called.
Any thoughts on how to resolve this? Is it possible to catch mouse over/out event within code?
Thanks!
iOS version of safari does not have any support for hover :
There are no analogs for other mouse-based gestures, such as hover.
See the end of this page
You can do some hacks with :active, but I have not tested them with Vaadin. See the end of this page for that.
TouchKit may have some helpers for those conditions, take a look at it if you can.