IONIC/cordova, make phone call in IOS

后端 未结 2 655
离开以前
离开以前 2021-02-15 13:39

I have found a thread in ionic on this topic: http://forum.ionicframework.com/t/making-phone-call-from-app-href-tel-123/1968/11.

It mentions the whitelist plugin: https:

2条回答
  •  礼貌的吻别
    2021-02-15 14:17

    I try it in a tag it worked on android:

    First add cordova-plugin-whitelist

    cordova add plugin cordova-plugin-whitelist
    

    Then add following lines in config.xml

    
    
    

    Finally in a tag use line below

    
        
    
    

提交回复
热议问题