Change URL at runtime in webview in android
问题 I have created a small program that will load particular website in webview. I want to keep watch on URL and if URL contains 'xxx' word then it should navigate to another page. for example if I set www.example.com. and I can now navigate to any page of www.example.com. If my Url contains word like 'xxx' then I want to exit that url and navigate to another url. Is is possible? and how? Thanks. //Here is my code. public class MainActivity extends Activity { private WebView Browser; @Override