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


when doing multiple touches in uiwebview unable touchstart when following:

put 2 fingers on screen. (this fires gesturestart) keep 1 of fingers still, , lift other (this fires gesturesend)

put finger lifted on screen again , don't move of fingers while doing (nothing fires - touchstart , gesturestart should fire here).

touchstart , gesturestart fires 1 of fingers moved.

it seems me must bug in uiwebview, , should reported?

is there possible workaround?

since in uiwebview in every ios browser (safari).

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


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -