README
ios-dialer
a cordova plugin, to call the phone dialer
warning: version 0.5.7 is not tested
to make phone call ** PhoneDialer.call(phone_number, onSuccess, onError);
to open the dial ** PhoneDialer.dial(phone_number, onSuccess, onError);
a cordova plugin to call phone dialer
<script type="module">
import cordovaPluginDialer from 'https://cdn.skypack.dev/cordova-plugin-dialer';
</script>
to make phone call ** PhoneDialer.call(phone_number, onSuccess, onError);
to open the dial ** PhoneDialer.dial(phone_number, onSuccess, onError);