作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何在react native的youtube视频末尾禁用相关视频?
下面是我的代码,但是它不起作用
state = {
isPlaying: true,
related :false,
};
<YouTube
apiKey="XXXXX"
videoId="XXXXX"
play={this.state.isPlaying}
rel={this.state.related}/>
最佳答案
显然相关的视频无法禁用
您将继续从该YouTube channel 接收相关视频
google
The behavior for the rel parameter is changing on or after September 25, 2018. The effect of the change is that you will not be able to disable related videos. However, you will have the option of specifying that the related videos shown in the player should be from the same channel as the video that was just played.
关于javascript - 如何在React Native中的YouTube视频末尾禁用相关视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59338005/
我是一名优秀的程序员,十分优秀!