touchend event in ios webkit not firing?

后端 未结 4 973
滥情空心
滥情空心 2021-02-04 16:08

I\'m trying to implement a menu for a ios webkit based app in which the user touches/clicks and holds a menu button (\'.menu_item\'), after 500ms the sub menu opens (div.slide_u

4条回答
  •  日久生厌
    2021-02-04 16:43

    If you don't need to use multitouch data, you may keep using mouseup on ipad.

    further reading: http://developer.apple.com/library/IOS/#documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html

提交回复
热议问题