Bring up the phone dialer with a number, but dont start the call?

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.

To be honest, I’d go for the “are you sure” method.  

If the user presses the button by accident, even if it doesn’t call the number immediately it might be annoying to have the device switch to it’s phone call app.  

Or perhaps do something a bit more interesting like having to hold the call button down for 3 seconds, complete with an animation of some kind?

Edit: I should add that I don’t know the answer to your actual question.

To be honest, I’d go for the “are you sure” method.  

If the user presses the button by accident, even if it doesn’t call the number immediately it might be annoying to have the device switch to it’s phone call app.  

Or perhaps do something a bit more interesting like having to hold the call button down for 3 seconds, complete with an animation of some kind?

Edit: I should add that I don’t know the answer to your actual question.