Make a phone call from Ionic app NOT using href=tel

window.open should do the trick.

window.open('tel:'+PhoneNumber);
2 Likes