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
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Some websites, especially 3D ones like https://satoshi7190.github.io/Shinjuku-indoor-threejs-demo/ use right mouse button drag to control camera.
Unfortunately SmartUp still processes these drags as mouse gestures.
Perhaps it is possible to detect whether website is running right click drag handler? Maybe when drag starts on canvas element?
Otherwise maybe just cancel drag gesture (hide the line and stop tracking) after user gesture does not match any defined gesture?
The text was updated successfully, but these errors were encountered: