iPad/iPhone hover problem causes the user to double click a link

后端 未结 26 1704
太阳男子
太阳男子 2020-11-27 09:18

I have some websites I built times ago, that use jquery mouse events...I just got an ipad and i noticed that all the mouse over events are translated in clicks...so for inst

26条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-27 09:36

    I "think" that your links have no onmouseover event, where 1 tap activates onmouseover and the double tap activates the link. but idk. I don't have an iPad. I think ya gotta use gesture/touch events.

    https://developer.apple.com/documentation/webkitjs

提交回复
热议问题