I am working on hybrid application, there are HTML5 files which i bundled within application. I need to play video on some HTML pages for that i used android:hardwareAcc
android:hardwareAcc
I've added:
android:layerType="software"
to WebView, and it magically solved the problem.
Of course, left out hardware acceleration.