After some research I conclude that despite what most of the tutorials out there say,shouldOverrideUrlLoading()does not get called when: You load a URL like loadUrl("http://www.google.com"); The browser redirects the user automatically via an HTTP Redirect. It does however, get called whe...