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
Post a Comment