Does html5 android browser support video playback?

Possible duplicate:
WebView and HTML5 <video>

Hi Can someone tell me Make android webview support html5 video playback ?? if yes, please tell me how?

+6
android
source share
1 answer

Yes. This is true, but you need to write more code, and not just use WebView, for more information, see the following links:

  • WebView and HTML5 <video>
  • How to play video in a web browser using android?

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

+5
source share

All Articles