When I do :
native.openURL(“tel:xxxxxxxxx”)
The phone dialer shows up, but immediately calls the number. Does anyone know if its possible to bring up the dialer, and have the number in it, but not start the call (so the user has to click call?)
Im worried about the user accidentally hitting this button and starting a call they dont want. I could built an “are you sure” into it of course, but I would much prefer this method. I’ve seen plenty of non-corona apps do it in the past.