react-native-youtube-iframe
react-native-youtube-iframe copied to clipboard
Video not playing in Android on some devices
Describe the bug Video not playing in Android on some devices, it only shows the options menu without any touch interaction and I'm not able to dismiss that menu
To Reproduce Steps to reproduce the behavior: Install and play video. Using the latest version 2.0.1
Expected behavior It should play video
Screenshots
https://user-images.githubusercontent.com/29301407/117449992-49826100-af5e-11eb-8234-e3c4704f8181.mp4
Smartphone: Device: Redmi 5 OS + version: Android 8 react-native-youtube-iframe 2.0.1 react-native-webview 11.4.2
the player is in a carousel (or a horizontal scrollview), maybe that's the issue?
can you try placing the player on a normal <View />
without scroll?
same issue
the player is in a carousel (or a horizontal scrollview), maybe that's the issue?
can you try placing the player on a normal
<View />
without scroll?
I tried removing the Carousel and it worked for me. But I need to work it with Carousel, please suggest how to achieve that.
even I tried working on it. It doesn't even work without scroll view but works on other android phones and emulator.