Webview does not load a particular website
问题 I have a Webview in which i am trying to load this url But the webview is blank, i have added internet permission in manifest, tried to load google.com in the same webview and it loads fine. Tried loading same url in phone browser(chrome) and it loads fine This is my code : @SuppressLint("SetJavaScriptEnabled") @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); mWebView = (WebView) findViewById(R.id