nativescript-community / ui-canvas

Implement Canvas into your NativeScript apps.
https://nativescript-community.github.io/ui-canvas/
Apache License 2.0
31 stars 9 forks source link

Query: How can I add tap, pinch and zoom gestures to the canvas? #30

Closed sivaprasad-kiranum closed 3 years ago

sivaprasad-kiranum commented 3 years ago

We want to add tap, pinch and zoom gestures for the image drawn inside the canvas. Are there any event handlers for tap, pinch and zoom options? Please let us know.

farfromrefug commented 3 years ago

@sivaprasad-kiranum you have to implement it yourself. There is no shape detection yet.