Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70804

Call Number plugin

$
0
0

I’m using Call Number plugin to make a phone call from ionic app it is working fine if the caller number is 10 digit or more.
this.callNumber.callNumber(“18001010101”, true)
.then(res => console.log(‘Launched dialer!’, res))
.catch(err => console.log(‘Error launching dialer’, err));

But my requirement is to dial a emergency number “108” which is 3 digit. the problem is the call number plugin is not working for 3 digit number.

this.callNumber.callNumber(“108”, true)
.then(res => console.log(‘Launched dialer!’, res))
.catch(err => console.log(‘Error launching dialer’, err));

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 70804

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>