Android WebPage showing net::ERR_ACCESS_DENIED while opening Android activity Embedded with with WebPage Tag
I tried to provide permission in Android Manifest.
All you need, clear the data, un-install the app an re-installed it. After that, put this code to
and put this code to webview class
webSettings.setJavaScriptEnabled(true);
webSettings.setAllowContentAccess(true);
webSettings.setAppCacheEnabled(true);
webSettings.setDomStorageEnabled(true);
webSettings.setUseWideViewPort(true);