tentone / syncinput

Synchronous keyboard and mouse input for web applications. Useful for games and canvas / webgl synchronous content in web applications.
https://tentone.github.io/syncinput/
MIT License
20 stars 4 forks source link

pinching problems/two finger dragging #3

Open glitch128 opened 1 year ago

glitch128 commented 1 year ago

when trying to zoom in with the touch screen, it zooms in the entire web page/ when dragging right with two fingers on Chrome, it tries to navigate back in history.

tentone commented 1 year ago

Hello

Your system is overriding the finger events, can you provide some details and/or a sample of usage.

glitch128 commented 1 year ago

here is a video of me doing the actions that cause problems V

https://github.com/tentone/syncinput/assets/78228404/35c7b62c-eb51-464c-a688-1ca108255b2e

here, you can see me dragging from left to right, and zooming in with two fingers. also, dragging with two fingers also produces the same outcome. an example of this being implemented properly would be photopea.com. you can do the actions in the video, and it will not do any of the unintended actions