Closed dvlden closed 9 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.
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.