taodo2291 / xgesture_flutter

Gesture detector for flutter widget
MIT License
23 stars 7 forks source link

macos - handle scaling #9

Open softwaresinc opened 3 years ago

softwaresinc commented 3 years ago

On macos, the scaling gesture uses 2 fingers without pressing on the pad. The current code effectively requires a finger press in order to start tracking finger motion. This is fine for dragging but not scaling.

taodo2291 commented 3 years ago

Due to the limitation of Flutter (Listener component), the scaling detects function will not work correctly with the touchpad device. I cannot do anything about this. Hope you will find a solution soon.