开发者

iOS UIWebView - No touchstart event after gestureend if a touch is still present

When doing multiple touches in UIWebview i am unable to get a touchstart when i do the following:

Put two fingers on the screen. (This fires gesturestart) Keep one of the fingers still, and lift the other (This fires gesturesend)

Put the finger that was lifted on the screen again and don't move any of the fingers while doing this (Nothing fires - i would say touchstart and gesturestart should fire here).

Touchstart and gesturestart fires as soon as one of the fingers are moved.

It seems to me that this 开发者_运维问答must be a bug in UIWebView, and that it should be reported?

Is there a possible workaround?


Since it is in UIWebView it is generally also in every iOS browser (safari).

you can see the issue here: http://porsager.com/uiwebviewbug (only for devices with touchevent)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜