I set the user agent in webView
mWebview.getSettings().setUserAgentString(getString(R.string.str_user_agent));
String : Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1
When i set the user agent it fails to load some images. If anyone knows the reason or the answer please mention.