VideoEnabledWebView icon indicating copy to clipboard operation
VideoEnabledWebView copied to clipboard

Toggle the fullscreen from embed video programmatically and removing onBackPressed function of WebView.

Open ArcherEmiya05 opened this issue 6 years ago • 1 comments

I was able to get the result I want but at some point I want to programmatically toggle the fullscreen button. I tried to set toggledFullscreen(boolean) but no effect at all.

I also tried to change the onBackPressed and just call its super but still it changes the view mode between full and minimize view before exiting the app. I do not need it for my case I want to close the app after backpress no more minimizing the player can I do that? Thanks by the way because of this sample I am nearly to what I need to do for this task.

ArcherEmiya05 avatar Oct 03 '19 08:10 ArcherEmiya05

Hey @ArcherEmiya05 were you able to toggle full screen mode programatically?

maxakash avatar Aug 06 '22 15:08 maxakash