hi can anybody tell me is it possible to launch native phone keypad from my app with user input number as parameter without initiating the call
any help is highly appreciated
regards
Arif
hi can anybody tell me is it possible to launch native phone keypad from my app with user input number as parameter without initiating the call
any help is highly appreciated
regards
Arif
Hi arifnyet,
The tel: url scheme allows your app to launch the dialer with the specified number pre-filled. For example tel:1-408-555-5555.
See Phone Links in the Apple URL Scheme Reference.