ben-WIM

Results 2 comments of ben-WIM

Ok so I tried to set that to false in both in the XML and programmatically. Here's how I init the player. ``` YoutubePlayerFragment player = YoutubePlayerFragment.getInstance(); webView = streamPlayer.findViewById(R.id.youtube_fragment);...

Ok so I changed it to this: XML: ``` ``` and removed that line in the Java class file: ``` try { YouTubePlayerListener listener = new AbstractYouTubePlayerListener(){}; IFramePlayerOptions options =...