meablelee2013 removed a comment on issue #991:
URL: https://github.com/apache/cordova-android/issues/991#issuecomment-742396489
`I needed to add a few lines of code to the config.xml - these are...
<access origin="*"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/>
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
and
<plugin name="cordova-plugin-whitelist" spec="1.2.0"/>
OR
add this to your config.xml
<feature name="Whitelist">
<param
name="android-package"
value="org.apache.cordova.whitelist.WhitelistPlugin" />
</feature>`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]