I am working on mobile web and facing problem with mouseover/mouseout events used in js. These two events are used to change opacity of links. The problem is, I need to tap twice (testing on iPhone) to activate the link. My guess is, on first tap it consider the tap as mouseover event and second tap as click event.
Is there any way I can skip/disable/ignore these events for mobile web, so I don't need to tap twice?
Thanks