Makin a call phone in ionic android app note work when adding the app to the google app store

Hello every Body,

In my ionic app I add the call phone functionality by using this code ng-href=“tel:{{User[0].telephone}}” in the html page , the app work and make call phone correctly when I generated the apk and install it in my mobile phone , but when I adding the app to google app store and download it in my mobile phone from the google app store, the call phone functionality doesn’t work .

Make sure you have this in your config.xml

 <access origin="tel:*" launch-external="yes" />

thanks it worked for me :slight_smile: