Closed AlexV525 closed 4 years ago
It's hard to scale the board when I use two fingers at the same time. But the board can be easily scaled with one finger pressed and move for a little bit then the second finger pressed to scale.
Flutter: 1.20.0 (Stable) Devices: OnePlus 6T, OnePlus 8 Pro, AVD Emulator. (All Android Q)
1.20.0
Failures are following steps below:
Succeeds are following steps below, and have some specific cases:
①: Fingers pressed one-by-one (~100%):
②: Rapidly scaling on the screen (~65%):
③: Place two fingers as close as possible (~85%):
That might be something with the GestureDetector or the Listener inside the InteractiveViewer, needs more investigation.
GestureDetector
Listener
InteractiveViewer
Continue with an issue in flutter's repo.
What happened?
It's hard to scale the board when I use two fingers at the same time. But the board can be easily scaled with one finger pressed and move for a little bit then the second finger pressed to scale.
Environments
Flutter:
1.20.0
(Stable) Devices: OnePlus 6T, OnePlus 8 Pro, AVD Emulator. (All Android Q)How to reproduce?
Failures are following steps below:
Succeeds are following steps below, and have some specific cases:
①: Fingers pressed one-by-one (~100%):
②: Rapidly scaling on the screen (~65%):
③: Place two fingers as close as possible (~85%):
That might be something with the
GestureDetector
or theListener
inside theInteractiveViewer
, needs more investigation.