Files
Jakub Grzywacz de8a7632f6 fix: properly handle touch events outside the Svg (#2611)
# Summary

Fixes #2585 

Improve the `onPress` events by ignoring touches outside the `Svg` view.
This is implemented as follows:
* on Android by clipping the Android's element dimensions to (0, 0,
canvas width, canvas height)
* on Apple by improving `hitTest` to exclude touches outside the bounds
of (0, 0, bounds width, bounds height)


https://github.com/user-attachments/assets/59417493-d849-47df-84e8-d5b0a6045b00
2025-01-15 11:49:55 +01:00
..
2024-12-12 11:48:46 +01:00
2024-12-12 11:48:46 +01:00
2024-12-12 11:48:46 +01:00