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
In JavaScript, register the pointerdown event and perform the following actions:
Touch and hold finger 1.
Touch and hold finger 2.
Lift finger 1 off the screen.
Touch finger 1 again anywhere on the screen.
At step 4, when using console.log(event.x, event.y), all touch positions print the x, y coordinates of the finger 2.
Load any multi-touch testing website, for example: https://cps-check.com/multi-touch-test, and perform the same steps.
At step 4, the website does not recognize the touch position.
Is there an existing issue for this?
Current Behavior
In JavaScript, register the pointerdown event and perform the following actions:
At step 4, when using console.log(event.x, event.y), all touch positions print the x, y coordinates of the finger 2.
Load any multi-touch testing website, for example: https://cps-check.com/multi-touch-test, and perform the same steps.
At step 4, the website does not recognize the touch position.
The same behavior still occurs when using the application https://play.google.com/store/apps/details?id=com.pichillilorenzo.flutter_browser.
Expected Behavior
At step 4, the x, y coordinates should be the touch position of finger 1 instead of finger 2.
Steps with code example to reproduce
Steps with code example to reproduce
Stacktrace/Logs
Stacktrace/Logs
Flutter version
v3.24.3
Operating System, Device-specific and/or Tool
Android 31, 35
Plugin version
v6.2.0-beta.2
Additional information
Screenrecording_20250221_105138.mp4
Self grab
The text was updated successfully, but these errors were encountered: