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
Great library, thanks for it.
I have circles in svg, and text on top. When I set onTabGesture for the circle, then clicking on it does not work, if you click exactly on the text, apparently svgText intercepts the click and it does not work. At the same time, if you set onTabGesture for the text, it also does not work. I tried to pass in svg pointer-events="none" - did not help. I tried to use removeAllGestures() - did not help.
Somehow I want to apply .allowsHitTesting(false) to SVGText, how can I do this?
The text was updated successfully, but these errors were encountered:
Great library, thanks for it.
I have circles in svg, and text on top. When I set onTabGesture for the circle, then clicking on it does not work, if you click exactly on the text, apparently svgText intercepts the click and it does not work. At the same time, if you set onTabGesture for the text, it also does not work. I tried to pass in svg pointer-events="none" - did not help. I tried to use removeAllGestures() - did not help.
Somehow I want to apply .allowsHitTesting(false) to SVGText, how can I do this?
The text was updated successfully, but these errors were encountered: