TheWidlarzGroup/react-native-video

pointerEvents is not respected

Open

#3315 aperta il 25 ott 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Kotlin (3027 fork)batch import
6.x.xfeaturehelp wanted

Metriche repository

Star
 (7677 star)
Metriche merge PR
 (Merge medio 34g 22h) (1 PR mergiata in 30 g)

Descrizione

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

  1. Set pointerEvents to "none"
  2. Not passed through to View
  3. Cannot interact with content behind the video

Expected behaviour

  1. pointerEvents is passed through to the rendered View
  2. pointer events go through to content behind the video

Reproducible sample code

<Video pointerEvents="none" />

Guida contributor