Hello,
As the title suggests, I would like to pass touches through the native.newMapView when it has ‘isScrollEnabled’ set to false.
Currently, I have the map inside a scrollview and when I touch the map and move around (and outside the map view) nothing happens. The touch is absorbed (and it should be), but I don’t want this when scrolling is turned off.
What can I do?