Embedded YouTube video in WebView does not respect full screen settings
问题 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 The embedded video is shown with the thumbnail first in a Activity. I use fs=0 to disable the fullscreen option. After pressing the play button, the video loads in HTML5 mode (I think) and then it does not respect the fullsceen setting I've set. How can I disable the full screen setting in the HTML5 mode? My HTML code is as follows.