hello... still having problems with this...
All works fine while testing on PC or on mobile in browser...
...but when i create apk in cocoon it wont launch external aplication.
Does anyone know how to do this properly?
Solved:
config.xml whitelist needed these entrys:
<access origin="*"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="geo:*"/>