GauravMeghanathiWeDoApps

Results 6 comments of GauravMeghanathiWeDoApps

when I am going full screen video then I want to menuButton clickable false or it may be hide. if user is getting exit full screen then However I will...

``` @Override public void onDestroy() { super.onDestroy(); youTubePlayerView.release(); } ``` yes i added this and i am also see the black screen i have test on real device real me...

yes I am just using your library implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:12.1.0'

> This issue still exists on http and https urls. For kotlin users that do not want to have a separate class for loading the pdf, the below snippet can...

``` ``` How can I set this youtube player video id on programmatically ```kotlin mBinding.youtubePlayerView.addYouTubePlayerListener(object: AbstractYouTubePlayerListener() { override fun onReady(youTubePlayer: YouTubePlayer) { // val videoId = "S0Q4gqBUs7c" val videoId =...