I\'m developing an javascript/HTML application with jquerymobile which makes ajax requests to a remote server. The application works fine on Chrome (only launching chrome wi
Try this
WebView web=(WebView) findViewById(R.id.webView1); web.getSettings().setJavaScriptEnabled(true);