react-native-youtube-iframe icon indicating copy to clipboard operation
react-native-youtube-iframe copied to clipboard

Video not playing in Android on some devices

Open raazatul7 opened this issue 3 years ago • 4 comments

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

raazatul7 avatar May 07 '21 12:05 raazatul7

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?

LonelyCpp avatar May 11 '21 16:05 LonelyCpp

same issue

IbrahimCanKALYA avatar May 13 '21 22:05 IbrahimCanKALYA

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.

raazatul7 avatar May 17 '21 04:05 raazatul7

even I tried working on it. It doesn't even work without scroll view but works on other android phones and emulator.

sehrish30 avatar May 17 '21 20:05 sehrish30