I have been researching for 2 days and I haven\'t found a similar problem anywhere on the internet!
From the main activity, I\'m trying to open a new activity contai
try change in your code
public boolean shouldOverrideUrlLoading(WebView view, String url) { return true; }
Have a look at this tutorial.