I try to load a url in my android app, the url is url. The js in the html seems not execute. It can only show a background without charm. Below is my code :
mWebView.getSettings().setJavaScriptEnabled(true);
mWebView.getSettings().setDomStorageEnabled(true);
mWebView.getSettings().setDatabaseEnabled(true);
mWebView.loadUrl(url)