Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache Cordova 6.5 #16

Open
VPantaleo opened this issue Dec 20, 2017 · 0 comments
Open

Apache Cordova 6.5 #16

VPantaleo opened this issue Dec 20, 2017 · 0 comments

Comments

@VPantaleo
Copy link

Hi, I've upgraded my App to apache cordova 6.5 and now it does not work
This is me config.xml

<!-- Access to all the subdomains on google.com -->
<access origin="http://*.google.com" />    
<access origin="*" launch-external="yes" />

<allow-intent href="http://*/*" />

<allow-intent href="https://*/*" />

<allow-intent href="tel:*" />

<allow-intent href="sms:*" />

<allow-intent href="mailto:*" />

<allow-intent href="geo:*" />

<!-- The above is equivalent to these three declarations -->
<allow-navigation href="http://*/*" />
<allow-navigation href="https://*/*" />
<allow-navigation href="data:*" />

<platform name="android">
    <allow-intent href="market:*" />
</platform>

<platform name="ios">
    <allow-intent href="itms:*" />
    <allow-intent href="itms-apps:*" />
</platform>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant