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
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
Describe the Bug
When I attach both pinch and rotate gestures to an element they are fired together, even if I touch with two finger the device screen doing nothing.
Also, rotation angle is not so clear: does it take the finger position or the finger rotation?
Steps to Reproduce
Start new project
Create a component and put in it an image (in example)
attach to it pinch and rotate gesture via typescript (attaching gesture as described in the docs doesn't work)
Original issue by @MatteoMeil on 2018-06-25T19:01:09Z
Bug Report
Ionic Info
Describe the Bug
When I attach both pinch and rotate gestures to an element they are fired together, even if I touch with two finger the device screen doing nothing.
Also, rotation angle is not so clear: does it take the finger position or the finger rotation?
Steps to Reproduce
Related Code
HTML:
TYPESCRIPT:
Expected Behavior
The text was updated successfully, but these errors were encountered: