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

Touch event not working on iOS #34

Closed agardes closed 3 years ago

agardes commented 3 years ago

My environnement :

Nativescript version : 8.0.0 Nativescript Vue : 2.8.1

I'm using a canvas with @draw and @touch events. On Android everything works fine but on iOS simulator, the touch event is not recognised. Any idea why ?

Thank you

agardes commented 3 years ago

I found why, it's because of z-index. Apparently the hierarchy is not similar on android and iOS. No link with your plugin, closing the issue.