How to trigger Mouse-Over on iPhone?

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2009-11-30T23:50:44Z Indexed on 2010/05/05 3:58 UTC
Read the original article Hit count: 164

This might seem like a really dumb question, but I am writing an application and I have come across where my mouse-over, mouse-click and mouse-hover need different events bound to them. Now on Internet Explorer, Firefox, and Safari. It all works as expected.

However, on my iPhone the actions will not trigger. Now my question is are their any specific ways I can have the Mouse-Over essentially be fired when I hold my finger down and trigger an event?

An example where this doesn't work is right on this website when you hover over a comment it is supposed to display the +1 or flag icon.

I am using jquery.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about iphone