Reputation: 11146
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
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
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