@jcmag wrote:
Hi,
I'm using this kind of link in my ionic app:
<a href="#" onClick="window.open('https://google.com', '_system', 'location=yes');return false;">link</a>
It works in a browser, and on my device with "ionic run".
But it doesn't work on my client devices, who installed the app with the apk file I generated (using ionic package build android).I have in my config.xml file:
<access origin="*" launch-external="yes"/> <allow-navigation href="*"/>
What could be wrong?
Posts: 1
Participants: 1