MozillaReality / WebXR-emulator-extension

WebXR emulator extension
Mozilla Public License 2.0
454 stars 55 forks source link

Invoke touch event if the screen is touched in AR mode #235

Open takahirox opened 4 years ago

takahirox commented 4 years ago

WebXR AR application may assume it runs on tablet or phone device and may have touchstart/end/move handlers as only user input handler.

It may be useful to fire touch event if the screen is touched in AR mode. Otherwise, such application doesn't run correctly with the extension.