dvlden / uw-pub

A place for UltraWideo users – where you can discuss, vote, track, learn, etc.
https://uw.wtf
6 stars 0 forks source link

Firefox Android - Pinch events broken #8

Closed dvlden closed 7 months ago

dvlden commented 8 months ago

Someone on YouTube reported that pinch events are not working for Firefox on Android.

After a lot of time spent to setup debugging environment between my laptop and an Android device, I came to a conclusion.

There's an error with commands API, as it blindly register keyboard shortcuts for a device that doesn't support it.

Reference

This wasn't the case in UW2, because it did not use commands API.