Android Webview app won’t let video player go full screen

You need to implement showCustomView & hideCustomView method of WebChromeClient, also You need android:hardwareAccelerated=”true” in your AndroidManifest File. I am posting my sample project here. What i have done is kept one Framelayout(customContainer) in my main.xml, and adding view received in showCustomView here, and removing it in onHide. Also hiding/showing webview accordingly. Below code works … Read more