Reputation: 45
I want to use HTML5 support in android webview. when I am trying to run html5 video in webview its not working as it is working in android web browser.
Thanks.
Upvotes: 2
Views: 688
Reputation: 7134
Android's WebView provides many HTML5 features, such as and geolocation, but those features are not enabled by default. Furthermore, some of the steps to enable those features.
Try this Html5WebView
it may help you.
Upvotes: 2