rohfosho / CordovaCallNumberPlugin

Call a number directly from your cordova application.
MIT License
186 stars 151 forks source link

CallNumber not working on ios 12 #69

Open Eng-MohamedGadala opened 5 years ago

Eng-MohamedGadala commented 5 years ago

it working fine in android 7 and ios 11 but not working in ios 12 some time not installed plugin error ms and after use isCallSupported() this.callNumberPlugin.isCallSupported() Error launching dialer NoFeatureCallSupported WARN: Install the CallNumber plugin: 'ionic Cordova plugin add call-number

error: "This app is not allowed to query for scheme tel"

Error launching dialer NoFeatureCallSupported

ionic info Ionic:

ionic (Ionic CLI) : 4.2.1 (/usr/local/lib/node_modules/ionic) Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.2.1

Cordova:

cordova (Cordova CLI) : 8.0.0 Cordova Platforms : android 7.0.0, ios 4.5.5 Cordova Plugins : cordova-plugin-ionic-keyboard 2.0.5, cordova-plugin-ionic-webview 1.1.1, (and 14 other plugins)

System:

ios-deploy : 1.9.4 NodeJS : v11.4.0 (/usr/local/bin/node) npm : 6.4.1 OS : macOS Xcode : Xcode 10.1 Build version 10B61

murshid1988 commented 5 years ago

Would you be able to find a fix? Mine is crashing.

murshid1988 commented 5 years ago

Ok, mine was a stupid issue. I was passing a number instead of a string.