react-native-directed-scrollview icon indicating copy to clipboard operation
react-native-directed-scrollview copied to clipboard

Touch through does not work on android with overlapping scroll views

Open LoganElliott opened this issue 8 years ago • 5 comments
trafficstars

In your example you have "row label" over the grey boxes but in android you can't click the boxes behind the labels. In IOS this works.

This could be an issue with your library or with how pointerevents for React Native on Android

LoganElliott avatar Mar 30 '17 03:03 LoganElliott

@LoganElliott Yep I know the issue you mean. I'll try take a look when I get some time, or else feel free to raise a PR 😄

chrisfisher avatar Apr 10 '17 10:04 chrisfisher

Any update of this in v1.2.1?

luisfuertes avatar Jul 12 '17 08:07 luisfuertes

@luisfuertes No, sorry. PR's welcome :)

chrisfisher avatar Jul 13 '17 07:07 chrisfisher

hello, I have same issue any update on this issue?

WalkerCS avatar May 23 '18 09:05 WalkerCS

Hi Guys this issue had been solve just change width: 45 in StyleSheet rowLabelsContainer in Grid.js

WalkerCS avatar May 24 '18 03:05 WalkerCS