So basically right now I can create a button with an A tag that has an href=\"tel:XXXXXXXXXXX\" and if a user clicks / taps on that it will bring them into their phone applicati
For this you will require to add this in the config.xml first
then call it like:
document.location.href = "tel:XXXXXXXXXX";
Whitelist Guide