I am using the the guide displayed over here to embed a video in a WebView controller.
The WebView is inside an Activity which has the the theme Theme.Dialog
Theme.Dialog
You need to create a new WebChromeClient, overriding onShowCustomView(View view, WebChromeClient.CustomViewCallback callback) and onHideCustomView()
WebChromeClient
onShowCustomView(View view, WebChromeClient.CustomViewCallback callback)
onHideCustomView()
See the following answer:
https://stackoverflow.com/a/12850816/475472