SKCanvasView Touch and OnPinchUpdated Xamarin #2724
Unanswered
Konstantanter
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can attach alternative gestures to your canvas. Pinch works okay with any other gestures there, but with more control and less out-of-the box approach it might be more difficult to use. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I have a problem
I need to make sure that I have a Touch event and also have the ability to recognize gestures var pinchGesture = new pinchGestureRecognizer();
Unfortunately, if you combine them, they do not work together :
Individually they work fine
My CODE
Beta Was this translation helpful? Give feedback.
All reactions