Make a call from an android application built on titanium appcelerator?

Yes you can make call like this: Ti.Platform. OpenURL('tel://911'); Or For Prompt, Ti.Platform. OpenURL('telprompt://911'); For more details Titanium Platform.

– Muhammad Zeeshan Oct 4 at 4:26 yes, this line doesn't work with android :S, only with iphone – Grace Oct 4 at 8:30 The frist link works for me :). You can try the second one. See the updated answer.

– Muhammad Zeeshan Oct 4 at 8:45 when I use 'tel:number', he opens me the contact list to save the number, but doesn't call the number, why? – Grace Oct 4 at 11:54.

I found this, maybe it's the way on android: var intent = Ti.Android. CreateIntent({ action: Ti.Android. ACTION_CALL, data: 'tel:12421342' }); Ti.Android.currentActivity.

StartActivity(intent); I've not tried it yet. Good luck! (Aase.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions