React-native-youtube: Video keeps loading

Created on 18 Oct 2016  路  6Comments  路  Source: davidohayon669/react-native-youtube

As you can see below, the video just never start.

I'm not sure if I set my APIKey correctily. In fact, is the fist time that I do this, so could you tell me if that behavior is due APIKey.

When app loads the video is opened in fullscreen (this is weird for me). You can see in the bottom of the player shows "Anuncio" that means "Ad".

screenshot_2016-10-18-15-32-12

Most helpful comment

I see this behaviour when play property in YouTube element is set to false initially. Setting it to true fixes the problem. Weird.

All 6 comments

I see this behaviour when play property in YouTube element is set to false initially. Setting it to true fixes the problem. Weird.

I saw the same issue on Android and @mp31415 's solution (<Youtube play={true} .../>) worked in my case. Thanks!

Yeah. It works. I think I should keep open this issue until that unexpected behavior is fixed.

Can confirm this is still an issue on the v1 branch

@Jarrio @juangl I'm not sure I understand the problem. Do you set play={true} and still no video plays?

Starting the player with play=false leads to perpetual loading which can never be updated or started

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alz10 picture alz10  路  4Comments

dozel picture dozel  路  5Comments

dungnguyen10989 picture dungnguyen10989  路  3Comments

berdof picture berdof  路  4Comments

manjeet-dobble picture manjeet-dobble  路  5Comments