You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to investigate a few problems with the react-native-youtube. I found this sample good, initially, because it's a bit more stable in contrast with the example provided by react-native-youtube.
However I believe that I was able to modify it in a minor way to make of this a testcase for an issue with the react-native-youtube. This minor modification is simply changing the attribute fullscreen at the YouTubeVideo.js to false.
fullscreen={false}
Then, after that, try to play the video a few times. If you hit the same issue I have it should be, a video background image is shown but the video does not play also the controls won't show.
The text was updated successfully, but these errors were encountered:
taboca
changed the title
full screen = false sometimes it does not bring the controls plus
full screen = false sometimes it does not bring the controls and does not play video
Jul 13, 2018
I am trying to investigate a few problems with the react-native-youtube. I found this sample good, initially, because it's a bit more stable in contrast with the example provided by react-native-youtube.
However I believe that I was able to modify it in a minor way to make of this a testcase for an issue with the react-native-youtube. This minor modification is simply changing the attribute fullscreen at the YouTubeVideo.js to false.
Then, after that, try to play the video a few times. If you hit the same issue I have it should be, a video background image is shown but the video does not play also the controls won't show.
The text was updated successfully, but these errors were encountered: