Dialing a number in IOS
Is there a way to get a button to dial a telephone number with the packager for IOS. I have tried 2 ways and neither of them work.
Attempt 1:
button with click event of:
navigateToURL("tel:1-555-555-5555");
Attempt 2:
text box with Link of tel:1-555-555-5555
Is there any way to get the phone to dial a number with flash?
Thanks for any suggestions.
