Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,
I am developing site which is responsive.
my problem is, when i move the cursor on image(hover), it need to display text as tooltip.
this works fine when i use mouse or move the mouse pointer.
but it doesn't work in IPAD. if i click the image it tooltip text, but not on hover.

Please help me to resolve this issue.

Regards,
Lalitha
Posted
Comments
jk0391 29-May-15 11:28am    
Try doing a search on Google.
ZurdoDev 29-May-15 13:22pm    
Please stop telling everyone to search google.
Philippe Mori 29-May-15 12:31pm    
You cannot hover without a mouse so on an iPad, you would need to respond to a click instead.

Essentially, if you touch the screen it is more or less as if you click on mouse button and if you move your finger, then it is similar to a drag operation.

Thus hovering would imply that you don't touch the screen. Then how do you move the cursor?
ZurdoDev 29-May-15 13:22pm    
I suggest you post as solution.

1 solution

As mentioned in comments, tablets do not have the hover event because it is touch screen. Implement the onclick instead.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900