Search found 3 matches
- Thu Jan 15, 2015 1:30 pm
- Forum: Talking LiveCode
- Topic: How to access build-in contact app
- Replies: 2
- Views: 2561
Re: How to access build-in contact app
Thank You 
- Thu Jan 15, 2015 12:33 pm
- Forum: Talking LiveCode
- Topic: How to access build-in contact app
- Replies: 2
- Views: 2561
How to access build-in contact app
Hi Everyone.
How can I access the build-in contact on mobile device.
How can I access the build-in contact on mobile device.
- Mon Jan 12, 2015 2:47 pm
- Forum: Talking LiveCode
- Topic: How to make a call without built-in app?
- Replies: 1
- Views: 2091
How to make a call without built-in app?
Hi Everyone,
I'm working on the phone app for ios. I have used the following code to make a phone call
on mouseUp
launch url "tel:" && field "number"
put the result into field "number"
end mouseUp
It calls through the built-in phone app, but i want to make a call without using the built-in ...
I'm working on the phone app for ios. I have used the following code to make a phone call
on mouseUp
launch url "tel:" && field "number"
put the result into field "number"
end mouseUp
It calls through the built-in phone app, but i want to make a call without using the built-in ...