I am trying to pass url to webview that should redirect to play store but Its not working.
What I tried :
String url = "https://play.google.com/store/apps/details?id=com.matchify";
webView.loadUrl(url);
but its loading only inside the webview, how can I solve this?
Thanks in advance