How to play video URL inside android webview

后端 未结 10 1521
谎友^
谎友^ 2020-12-10 12:51

I want to play video url inside my application webview but when i am run the application it showing only white screen . i had read some post on this and i have used that cod

10条回答
  •  情深已故
    2020-12-10 13:16

    You need to load an HTML document that embeds the video inside of it, instead of the video directly. To play inline video in WebView using the tag you must also ensure the hardware acceleration is enabled in your application (see http://developer.android.com/guide/topics/graphics/hardware-accel.html).

提交回复
热议问题