You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this touch emulator is a really neat tool, and the touch points are a helpful indicator for users!
But here is my problem: I need to stop propagation of the tap event. This works all fine, but the touchend event then does not bubble up to the window. The showTouches method is not called, the touch-indicator remains until the next click.
Hi there,
this touch emulator is a really neat tool, and the touch points are a helpful indicator for users!
But here is my problem: I need to stop propagation of the tap event. This works all fine, but the touchend event then does not bubble up to the window. The
showTouches
method is not called, the touch-indicator remains until the next click.Have a look at this: https://www.dropbox.com/s/4ec6mhp8bsb2uw8/eventPropagationTest.html?dl=0
As a current workaround I do not show touch points anymore. But this could be a problem to other users which work with multi-touch emulation.
Greets
Sven
The text was updated successfully, but these errors were encountered: