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
public boolean shouldOverrideUrlLoading(WebView view, String url) { view.loadUrl(url); return true; }