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
In an SVG with a transparent image I set pointerEvents="none" to allow another Image to receive the gesture events.
It is working fine on Web and on iOS.
It is not working on Android.
Here is a simple snack working fine on web and iOS and not working on Android that shows the problem.
In the snack if you tap on the smiling face on Android the gesture event is not firing.
The issue was related to React Native. My colleague has fixed it. Here is the PR that resolves the problem. We’ll need to wait until these changes are released in the new React Native version.
In an SVG with a transparent image I set pointerEvents="none" to allow another Image to receive the gesture events.
It is working fine on Web and on iOS.
It is not working on Android.
Here is a simple snack working fine on web and iOS and not working on Android that shows the problem.
In the snack if you tap on the smiling face on Android the gesture event is not firing.
https://snack.expo.dev/@lorenzoangelini/rn-svg-gesture-image-gesture-swallowing
Thank you, I am at your disposal for any need for clarification.
The text was updated successfully, but these errors were encountered: