Taking forward from
https://getsatisfaction.com/apperyio/topics/why-this-code-does-not-work-on-ios
I imported cordova plugin and used the suggested code to call this functionality. Not working yet.
I followed the below step
Imported Plugin in Resources
called codewindow.plugins.CallNumber.callNumber(onSuccess, onError, 123456789, bypassAppChooser);/code on click.
No Response from the system.Testing in web browser: its says Uncaught TypeError: Cannot read property 'CallNumber' of undefined
Thanks
Animesh