CoDe
CoDe

Reputation: 11146

HTML5 content on android?

I want to show HTML5 content on android, but I don't know what are the content are support, and how we can display these?

can any one suggest me?

Upvotes: 0

Views: 616

Answers (2)

Scarecrow
Scarecrow

Reputation: 4137

Android browser supports HTML5 content..

and in android app

use webview to show HTML5 content.. http://developer.android.com/reference/android/webkit/WebView.html

Upvotes: 0

thordarson
thordarson

Reputation: 6241

Have a look at a website called Can I Use. It allows you to look up elements and functionality and see an overview of browser support (including Android's browser).

Upvotes: 5

Related Questions