Views overlayed above YouTubePlayerFragment or YouTubePlayerView in the layout hierarchy cause playback to pause immediately

前端 未结 5 1004
广开言路
广开言路 2020-11-27 19:34

I\'m using the YouTube Android Player API and want to overlay a view on top of a YouTubePlayerFragment in order to display contextual information and controls a

5条回答
  •  醉梦人生
    2020-11-27 20:29

    Youtube Player don't allow any view overlay it. Just using setVisibility(View.GONE) for all view overlay it.

提交回复
热议问题