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
If you want to do it through html, then you just have to place a tag like this:
Call me!
similarly if you wanna do it through javascript, you can do:
document.location.href = "tel:XXXXXXXXXX";