Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does android webview supports html5 video play? [duplicate]

Tags:

android

Possible Duplicate:
WebView and HTML5 <video>

Hi Can anybody tell me Do android webview supports html5 video play?? if yes can you please tell me how ?

like image 662
user620903 Avatar asked Mar 01 '11 05:03

user620903


1 Answers

Yes. It does, but you have to write more code, not just using WebView, see the following links for more information:

  • WebView and HTML5 <video>
  • How to play a video in a webview with android?

And a working example for Android 2.2 - http://www.tandroid.org/html5webview

like image 175
Mario Carrion Avatar answered Sep 24 '22 03:09

Mario Carrion