I have some .js file with me. I load that html file from assets folder.`
WebView browser=(WebView) findViewById(R.id.webView);
browser.getSettings().setJavaScriptEnabled(true);
browser.loadUrl("file:///android_asset/network.html");`
Its working for android 5.0 onwards but the animations are displaying slowly. And for android 4.0 the js files are not loading. Please anyone help me.
Please try this