rohfosho / CordovaCallNumberPlugin

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

"Success"-Function will never be called on iOS #5

Closed bennybennet closed 9 years ago

bennybennet commented 9 years ago

As you're never doing

pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK]; 

in CFCallNumber.m the Error-Function will always be the called one (under iOS at least).

lakano commented 9 years ago

This explain why this doesn't callback under iOS... @Rohfosho : Could you please update your plugin ? :-) Regards

nishilshah17 commented 9 years ago

I believe I have fixed it.