Disable full screen for youtube api

后端 未结 3 1876
后悔当初
后悔当初 2021-02-07 14:06

I have an app with fragments and inside those fragments I have frame layout into which I add YouTubePlayerSupportFragment. But when I click full screen then this exception is th

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-07 14:56

    Or you can just disable it by 1 line:

    player.setShowFullscreenButton(false);
    

提交回复
热议问题