Bug 1282089 Comment 18 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Currently, the touch-simulator is using out of date methods to create and dispatch touch events. Now that `SendNativeTouchPoint` is available on all platforms, we can now use the platform API to simulate scrolling/swiping as they would appear on a mobile device. To see where these touch points are being created in the RDM viewport, I've been using https://patrickhlauke.github.io/touch/tracker/multi-touch-tracker-pointer-hud.html.

I've been observing a noticeable x and y offset of the created touch point from where the mouse has been clicked. So I'll be continuing more investigation on why this is.
Currently, the touch-simulator is using out of date methods to create and dispatch touch events. Now that `SendNativeTouchPoint` is available on all platforms, we can now use the platform API to simulate scrolling/swiping as they would appear on a mobile device. To see where these touch points are being created in the RDM viewport, I've been using https://patrickhlauke.github.io/touch/tracker/multi-touch-tracker-pointer-hud.html.

Using `SendNativeTouchPoint`, I've been observing a noticeable x and y offset of the created touch point from where the mouse has been clicked. So I'll be continuing more investigation on why this is.

Back to Bug 1282089 Comment 18