React-native-youtube: modestBranding option set to true does not hide the youtube logo

Created on 4 Jul 2016  路  3Comments  路  Source: davidohayon669/react-native-youtube

setting this property doesn't seem to change anything. I tried camel case as specified in the readme, and also tried modestbranding all lowercase, neither hides the branding.

Thanks

Most helpful comment

Oh, I figured this out, should have posted an update. Setting modest branding to true does nothing when showinfo is false, the two are mutually exclusive. When show info is true then setting modestbranding true hides a youtube link that shows up as part of the info bar. Basically, youtube is forcing you to either show the info bar at the top, or the youtube logo bottom right, you can't hide both of them. This is a limitation of the youtube iframe player itself, not of the react-native-youtube component.

All 3 comments

Ive got the same issue! :(

Oh, I figured this out, should have posted an update. Setting modest branding to true does nothing when showinfo is false, the two are mutually exclusive. When show info is true then setting modestbranding true hides a youtube link that shows up as part of the info bar. Basically, youtube is forcing you to either show the info bar at the top, or the youtube logo bottom right, you can't hide both of them. This is a limitation of the youtube iframe player itself, not of the react-native-youtube component.

I am unable to hide the youtbe button which is present at the bottom right of the video. Even when i set
modestbranding={true} and showinfo={false} still I am not able to remove the youtube button ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

savioseb picture savioseb  路  4Comments

dungnguyen10989 picture dungnguyen10989  路  3Comments

johnnykoo84 picture johnnykoo84  路  4Comments

alz10 picture alz10  路  4Comments

smad picture smad  路  6Comments