How to play video fullscreen with landscape in Android WebView?
问题 I want to play video fullscreen in Android WebView , so I use HTML5 tag <video> and put these web files into src/main/asset/... folder. But when I clcik 'Fullscreen' button, the video just moving to center in the vertical direction(portrait). So, my question is how to set fullscreen in landscape? Thank you. 回答1: I used cprcrack/VideoEnabledWebView and RotatedVerticalFrameLayout. I just changed part of onShowCustomView(View view, CustomViewCallback callback) in VideoEnabledWebChromeClient. //