Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in Android #181

Closed
ishita-kothari opened this issue Jun 20, 2017 · 5 comments
Closed

Not working in Android #181

ishita-kothari opened this issue Jun 20, 2017 · 5 comments

Comments

@ishita-kothari
Copy link

I have "react-native-youtube": "^1.0.0-alpha.4" package. I don't want to play the video in full screen. Once the video exists full screen mode, it stops playing after 1 second. Can anyone please guide me to solve this issue?

@ben54260
Copy link

ben54260 commented Jun 21, 2017

we solve this issue there
#161
but we still need to wait someone fix this bug

@davidohayon669
Copy link
Owner

@ishita-kothari RN version?

@ishita-kothari
Copy link
Author

@davidohayon669 RN v 0.45.1. In webView I am not able to have full screen option with youtube player. Is there any other solution?

@davidohayon669
Copy link
Owner

@ishita-kothari I'm working on a fix

@jitendra-Tech
Copy link

jitendra-Tech commented Sep 11, 2019

android required youtub apiKey

<YouTube
apiKey="YOUR API KEY"
ref="youtubePlayer"
videoId="tAawfiPaTbY"
play={true}
hidden={true}
fullscreen={false}
loop={false}
style={{alignSelf: 'stretch', height: 300, backgroundColor: 'black', marginVertical: 10}} />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants