NEW 148699
Touch Events: Releasing outside of the rendering area should trigger touch events
https://bugs.webkit.org/show_bug.cgi?id=148699
Summary Touch Events: Releasing outside of the rendering area should trigger touch ev...
Iraê
Reported 2015-09-01 18:17:52 PDT
When developing reach interactions using touchStart, touchMove, touchEnd and touchCancel I experienced a but where you can start dragging and moving, I receive correctly the touchStart and touchMove events, but as I drag my finger over the "browser chrome" or in case of UIWebview apps, touchMove events continue firing, as expected, but if I release my finger in this area, the touchEnd or touchCancel is not firing, which causes my application to go into a weird state, where my objects are in "drag" mode but the user finger is not on the screen.
Attachments
Lucas Forschler
Comment 1 2019-02-06 09:19:11 PST
Mass move bugs into the DOM component.
Note You need to log in before you can comment on or make changes to this bug.