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
I tried using this library with a ScrollView on iOS, and it seems like touches propagate through just fine, but if I try dragging the ScrollView starting inside TouchThroughView area, the ScrollView does not scroll. From the gifs in readme I can't tell if this is intended behavior or not. My use case is propagating only tap events through the ScrollView, not other types (specifically not pans). Is it possible with this library?
The text was updated successfully, but these errors were encountered:
I tried using this library with a ScrollView on iOS, and it seems like touches propagate through just fine, but if I try dragging the ScrollView starting inside TouchThroughView area, the ScrollView does not scroll. From the gifs in readme I can't tell if this is intended behavior or not. My use case is propagating only tap events through the ScrollView, not other types (specifically not pans). Is it possible with this library?
The text was updated successfully, but these errors were encountered: