React-native-youtube: modestbranding does not remove YouTube Logo Watermark

Created on 17 Oct 2016  路  2Comments  路  Source: davidohayon669/react-native-youtube

The YouTube Watermark remains, even when setting modestbranding={true}. I believe it might be related to how the playerVars are set in the .html file?

Most helpful comment

If anyone else is wondering about this... its due to the fact you cannot have showinfo={false} AND modestbranding={false} ... apparently Google/YouTube allows only one of those options to be set. More info at: http://stackoverflow.com/a/35174042/6019768 closing this issue! :)

All 2 comments

If anyone else is wondering about this... its due to the fact you cannot have showinfo={false} AND modestbranding={false} ... apparently Google/YouTube allows only one of those options to be set. More info at: http://stackoverflow.com/a/35174042/6019768 closing this issue! :)

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