I am building a simple webview application which is now displaying a website filled with short video clips, using the HTML5 video player. Everything runs ok in the default a
I got success to show video using html5 video tag using the following code:
mainWebView.setWebChromeClient(new WebChromeClient()); android:hardwareAccelerated="true"