TheWidlarzGroup/react-native-video
Auf GitHub ansehenpointerEvents is not respected
Open
#3.315 geöffnet am 25. Okt. 2023
6.x.xfeaturehelp wanted
Beschreibung
Bug
Platform
Which player are you experiencing the problem on:
- iOS
- Android
- Windows
Environment info
Library version: 6.0.0 Device: iPhone 14
Steps To Reproduce
- Set pointerEvents to "none"
- Not passed through to View
- Cannot interact with content behind the video
Expected behaviour
- pointerEvents is passed through to the rendered View
- pointer events go through to content behind the video
Reproducible sample code
<Video pointerEvents="none" />