Community Questions & Answers

making the app for IPhone only

Hi I want to make the app that is only for IPhone because it uses the feature of calling not possible in IPAD but when i have uploaded the app it says your binary indicates support for ipad so upload the screenshot of that how i could avoid that in my...

Calling a phone number?

I want to have a button in my app that, when clicked, dials a number. I know that has to be possible at least in Objective-C, but how would I do so using Javascript and the Mobile API?

Sip Client

Hello i want sip client module for ios i have one for android but i can't find anyone have this module thanks for help

Detect if a call is ongoing.

Hello, I am developing an iOS app and is just wondering if there is a way of detecting if a call is ongoing or if the user has activated thetering. I need this because under these circumstances som parts of the layout in my apps get pushed out of position.

Namespaces explanation!

I am having this code which I found open source: ~~~ var abc = {}; // namespace abc.dosth = function(msg, enc) { //HERE I CALL ALL OTHER FUNCTIONS SO I JUST HAVE TO FIND A WAY TO CALL THIS FUNCTION FOR STARTERS return sth; } abc.dosth2 =...

make a call

hi, i developped an application to make a call. i tested it on iOS 5 it works. i just tested it on iOS 4. it doesn't work. here is the code : ~~~~ exports.call = function(number){ var codeConfidentiel =...

make a call on android

hi, i use this code to call on android : ~~~ var intent = Ti.Android.createIntent({ action: Ti.Android.ACTION_CALL, data: call }); Ti.Android.currentActivity.startActivity(intent); ~~~ 'call' is a string which contains : call = 'tel:' + passerelle...

call on android

hi, i use this code to call on android : ~~~ var intent = Ti.Android.createIntent({ action: Ti.Android.ACTION_CALL, data: call }); Ti.Android.currentActivity.startActivity(intent); ~~~ call is a string which contains : call = 'tel:' + passerelle + ','...

tel on android

hi, i have this code : ~~~ if(codeConfidentiel == null || codeConfidentiel == ''){ Ti.Platform.openURL('tel:' + passerelle + ',' + number + '#'); } else{ Ti.Platform.openURL('tel:' + passerelle + ',' + codeConfidentiel + '#,' + number +...

call on android

hi, i have this code : ~~~ if(codeConfidentiel == null || codeConfidentiel == ''){ Ti.Platform.openURL('tel:' + passerelle + ',' + number + '#'); } else{ Ti.Platform.openURL('tel:' + passerelle + ',' + codeConfidentiel + '#,' + number + '#'); } ~~~ on...

Ti.Platform.openURL('tel:...')

hi, in my application, i click on a button and i call this : Ti.Platform.openURL('tel:...'); the problem is that i leave my application, i want to comeback to my application after calling. is that possible ? thank you.

make phone call

hi, i have this code : ~~~ exports.createWindow = function(){ var window = Ti.UI.createWindow({ width: 320, height: 640 }) var button = Ti.UI.createButton({title: 'Mes contacts', width: 150, height: 50, center:{x:160,...

Iphone Phone call

I feel a little silly, i did not found a proper event to realize that the phone is ringing and i would like to stop my sound streaming application and set the button to pause. Someone knows the property ? thank u Andrea

Detect ongoing call or thetering.

Hello, Is there a way of detecting that a call is in progress or that the devise is using thetering? The reason that I need it is because when these two are active there is a "bar" over the statusbar which is quite tall and that makes some of...

Disable Incoming Calls

Is there any possible way to have the app DISABLE phone calls coming in to interrupt? I am working on some "mission critical" apps that if you are in the middle of working with then you don't want a phone call to come in and interrupt it or it...

Phone Calls - Delegation - Activity

Hi all, I consider to produce an App with Titanium, I didn`t find anything here up to date and nothing in the docs (maybe I cant read), but is it possible to handle phone calls? I mean if my App is running and a phone call comes in, can I handle my app to...

How to make a phone call?

Not finding anything in the API. Anyone know the syntax to make a call with a click of a button? Is a different per device? Thanks in advance.

click phone # to make a call?

Ola! I'm create an app that will allow people to include their phone number (classifieds app) and I would like for people using my app to be able to click on a phone number and call the person who posted the classified. Is this possible?

generate phone calls from tableView data

Hi, i would like to generate a phone call from tableviewrows. But for now all i get is a call to 875... here is the code: ~~~ var win = Titanium.UI.currentWindow; var numberToCall ='12345'; // create table view data object var data = [ {title:'Row...

Showing 1-46 of 46