2017-06-23 1 views
0

Ich versuche, mit cordova einen Anruf zu tätigen und ich habe keinen Erfolg. Ich habe den Code:cordova href "tel" funktioniert nicht

<a class="button button-block button-positive" href="tel:+9720505050505" > 
        call 
       </a> 

und in config.xml:

<access launch-external="yes" origin="tel:*" /> 
<allow-intent href="tel:*" /> 
<allow-navigation href="tel:*" /> 

Was ich falsch gemacht?

ionische Info:

globale Pakete:

@ionic/cli-utils : 1.3.0 
Cordova CLI  : 7.0.1 
Ionic CLI  : 3.3.0 

lokale Pakete:

@ionic/cli-plugin-cordova : 1.3.0 
@ionic/cli-plugin-ionic1 : 1.3.0 
Cordova Platforms   : android 6.2.3 
Ionic Framework   : ionic1 1.3.3 

System:

Node  : v6.11.0 
OS   : Windows 10 
Xcode  : not installed 
ios-deploy : not installed 
ios-sim : not installed 

danke!

Antwort

0

versuchen, Whitelist-Plugin zu installieren cordova plugins add cordova-plugin-whitelist

+0

Ich habe dieses Plugin. Es funktioniert immer noch nicht. – Ron

Verwandte Themen