Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I let through a touch to the underlying scroll view? #744

Closed
o-e opened this issue Apr 8, 2015 · 3 comments · May be fixed by AbhinavJain13/react-native#41
Closed

How can I let through a touch to the underlying scroll view? #744

o-e opened this issue Apr 8, 2015 · 3 comments · May be fixed by AbhinavJain13/react-native#41
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@o-e
Copy link

o-e commented Apr 8, 2015

I have a partly transparent View overlayed over a ScrollView and cannot successfully let a touch get through to the underlying ScrollView. I have played around with what is described here https://facebook.github.io/react-native/docs/gesture-responder-system.html but cannot make it to work. Is this possible to do?

@ide
Copy link
Contributor

ide commented Apr 8, 2015

Does pointerEvents="none" work for you?

@o-e
Copy link
Author

o-e commented Apr 8, 2015

Oh, I had totally missed that one. pointerEvents="box-none" made the trick (with "none" I could not catch touches on children). Big thanks!

@o-e o-e closed this as completed Apr 8, 2015
@heyman333
Copy link

@ide That is right!

@facebook facebook locked as resolved and limited conversation to collaborators May 29, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants