1

I want to paste a number to the dialer screen on button click from an app in iPhone.

All I have found till now is the 'tel' URL which automatically dials the number, or the 'telprompt' URL which gives a prompt before dialing a number.

Is there a way to just open the dialer with the number entered, and not an auto dial or prompt?

Varun Agarwal
  • 177
  • 1
  • 5
  • 12

2 Answers2

0

Not that I know but you could display the telephone number in the UIAlert so the user can see it before choosing to dial or not.

sangony
  • 11,636
  • 4
  • 39
  • 55
0

You can use the tel: url schema to open the dialer with the number entered. tel:+123456789

koray
  • 242
  • 1
  • 8