Thursday, February 18, 2016

WebView link click open default browser

Inside my activity add this line of code

Uri uri = Uri.parse("http://www.example.com");
 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
 startActivity(intent);
this.finish();

No comments:

Post a Comment

Namecheap.com