Telephone calls

how can I call someone when you press a button?

example: in my app I want to do a button that calls to a number if the user press it

it can be done?
thanks [import]uid: 23063 topic_id: 17568 reply_id: 317568[/import]

anyone knows? [import]uid: 23063 topic_id: 17568 reply_id: 66885[/import]

Hey Dhennrich,

This can be achieved using openURL() - see here;

[lua]local function callNumber()
system.openURL( “tel:1234567890” )
end[/lua]

Peach :slight_smile: [import]uid: 52491 topic_id: 17568 reply_id: 66886[/import]

wow
Thank you Peach
always you saving my day xD

thanks [import]uid: 23063 topic_id: 17568 reply_id: 66889[/import]

No worries Dhennrich - thank YOU for the appreciation :slight_smile:

Peach [import]uid: 52491 topic_id: 17568 reply_id: 66893[/import]