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
I am working on an App, where we want to draw with one finger and pinch to zoom with two fingers without pressing a button in between. Our problem is, that the drawing do not work properly, if we zoom in and try to draw because the image moves when drawing.
Are there any solutions for this problem?
The text was updated successfully, but these errors were encountered:
Try using the GestureScaleStartCallback of the InteractiveViewer (and respectivly the GestureScaleEndCallback) to set the ignoring bool of the IgnorePointer to true (and false respectivly)
I am working on an App, where we want to draw with one finger and pinch to zoom with two fingers without pressing a button in between. Our problem is, that the drawing do not work properly, if we zoom in and try to draw because the image moves when drawing.
Are there any solutions for this problem?
The text was updated successfully, but these errors were encountered: