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
Smartphone (please complete the following information):
Describe the bug
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
Smartphone (please complete the following information):
react-native-youtube-iframe
version "^2.2.2"react-native-webview
version "^11.22.3"Additional context Add any other context about the problem here.