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

[Android] Issues with 2 Videos on same screen #220

Closed
joncursi opened this issue Oct 4, 2017 · 2 comments
Closed

[Android] Issues with 2 Videos on same screen #220

joncursi opened this issue Oct 4, 2017 · 2 comments

Comments

@joncursi
Copy link

joncursi commented Oct 4, 2017

If you put two youtube videos on the same screen on Android:

<Youtube
  ...
  videoId="abc"
  ...
/>
<Youtube
  ...
  videoId="def"
  ...
/>

The first video instance (should render video for abc) will actually render the video for the second instance (def). So you get two def videos on the same screen.

When you try to play one of them, it tries to play both because they are the same videoID, I assume.

So:

  1. Incorrect videoId for the first video instance
  2. Neither are playable
@davidohayon669
Copy link
Owner

@jon Always read the manual

@joncursi
Copy link
Author

joncursi commented Oct 7, 2017

Thanks, I'll close this down since it's captured in the README.

@joncursi joncursi closed this as completed Oct 7, 2017
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

2 participants