by default, WebView opens all types of links to load in the WebView
How to open/load all URL in the WebView EXCEPT any URL hosted by WhatsApp? I want this to be loaded by user's Default Browser
I know i should be extending WebViewClient and implementing shouldOverrideUrlLoading . But not sure how. How does it look like inside MyAppWebViewClient.java, if i create one for such tasks?