How does Android enable full screen video playback on HTML5 pages in WebView
preface
This article mainly summarizes and shares a problem encountered in recent work, and mainly introduces how to make the H5 page in WebView play video in full screen. On this issue, do a simple analysis. I hope it will be helpful to you. I won't say much below. Let's have a detailed introduction.
design sketch
In fact, it is very simple, that is, the configuration problem. The key parts are ready, and there is basically no problem.
In the listing, you need to configure androidmanifest.xml
It should be noted here that the hardware acceleration can be started in the application or in the corresponding activity
And this
Must be
Of course, remember to add network permissions
All the source codes are given below
activity_ webview.xml
Webviewactivity source code
summary
The above is the whole content of this article. I hope the content of this article can bring some help to Android developers. If you have any questions, you can leave a message. Thank you for your support for programming tips.