Our first multitouch demo #259
Alex2772
announced in
Announcements
Replies: 0 comments
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.
-
We're continuing our hard work on supporting touchscreens and this time we're introducing
A2FingerTransformArea
, which is the simplest implementation of pinch-to-zoom and rotate gestures, utilizing the possibility of working with multiple pointers (fingers) in AUI application.The following example:
Gives us the following result:
A2FingerTransformArea
is designed to be easily injected to the existing code. Also you can implement zoom and rotation limits as you can easily control transform events. Check out our reference for more info.The feature works on Android and iOS.
Beta Was this translation helpful? Give feedback.
All reactions