I want to access "http://www.persistent.co.in website through Web View. I am using following APIs
webView.getSettings().setJavaScriptEnabled(true) ;
webView.getSettings().setLoadsImagesAutomatically(true);
webView.loadUrl("http://www.somesite.co.in");
On this website there are some images,but I am not able to see that images.
Can anyone tell me what is the problem???