LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
598 stars 153 forks source link

Copy url dialog keep opening automatiaclly #263

Closed DonRyu closed 2 years ago

DonRyu commented 2 years ago

Describe the bug

20220627_093630 This menu dialog open automatically when touch start button, how can I remove it?

To Reproduce

Trying prevent share: <View> <YoutubePlayer height={200} videoId={'kIsu4XH1G4M'}/> <TouchableOpacity // TouchableOpacity to "steal" taps // absolutely positioned to the top // height must be adjusted to // just cover the top 3 dots style={{ top: 0, height: 50, width: '100%', position: 'absolute', }} /> </View>

Expected behavior Never show copy url dialog

Screenshots

20220627_093630

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

DonRyu commented 2 years ago

https://github.com/LonelyCpp/react-native-youtube-iframe/issues/153