Skip to main content
Known Participant
January 27, 2013
Answered

Dial a number using air for ios

  • January 27, 2013
  • 1 reply
  • 519 views

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.

This topic has been closed for replies.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
January 27, 2013
Known Participant
January 28, 2013

I want to use it for (air for IOS.)

is this work on ios too ?

var request:URLRequest = new URLRequest( "tel:+5555555555" );

navigateToURL( request );

And what About sms and mail ?