First, the problem: in the Android app using Cordova generated by default, WebView in the hyperlink, if not a relative link, will be opened by default with the browser.
Solution: Modify the Config. metabase file to add a link configuration node
<!--configuration WebView can open external links--
<allow-navigation href= "http://*/*"/>
In this case, clicking on the link in the page, without specifying target, can be opened in the current webview.
<!--specify default to use WebView open-
<a href= "http://www.qq.com" >QQ home </a>
Attention:
1. For a page that is already open through the browser in the current app, click again or the browser will open.
2. Open the page this way, no progress bar is displayed by default.
More:
Ionic related finishing
Cordova page Load External screen picture failed, refused to load the image
vs2015 generate Cordova Page Chinese garbled