Android: How to quit the whole application programatically?
Is it possible to call something like Titanium.App.quit() and this to actually close the application? The problem is that I have a window that's created in the app.js with the following parameters var...
View ArticleKitchen Sink not working on Android Emulator
I've seen this same issue brought up before, but I can't find a solution. I am using Titanium Developer 1.2.1 (it downloaded but didn't install 1.3?) and I have all of the android sdk files installed....
View Article3 Bugs in Titanium 1.3 Android
1.The application quit not programatically . I create a window at app.js use following codes.var win=null; win = Titanium.UI.createWindow({ url:'win/homeWindow.js', backgroundColor:'#000000',...
View ArticleIs it possible to exit the App via a buttonClick ?
Hi, i want to know if it is possible to exit my app with a buttonClick? I have a alert-window which appears when the device has no internet connection it shows a message which says " Please turn on...
View ArticleApplication exits on phone call iphone
As stated, upon making a call from inside the application, the application does not return. It just exits. I make the call by calling openurl("tel://324423442). Anyone recognize this?
View ArticlePrevent iPad app from exiting/pausing
We've run across a few iPad apps (MenuPad, MailChimp, etc.) that intercept the home button so the app just restarts when it's pressed. We're developing an enterprise level app and need the same type of...
View ArticleHow to Close a mobile app?
I've am in need of a button that completely closes the app. I've tried creating a window and setting exitOnClose:true and then calling a win.close() but it does't work... Anyone successfully done this?...
View Article"Quit unexpectedly" after launching iOS Emulator
Hey there, I'm new to Appcelerator and have some trouble preventing me from hacking right away. After clicking on "Launch" in "Run Emulator" "iPhone" the Developer crashes. Here's the crash report:...
View Articleandroid menu not working after reopening the window
i am new to appcelerator i am using android 2.2 sdk version and titanium sdk version 1.7.i have created a window and a menu file for that window everything works fine for first time .window close...
View ArticleHow can I exit my Application via a button?
Hi,when my app finished its job,i want to exit it via a button just likevar dialog_success = Titanium.UI.createOptionDialog({ options: ['exit', 'cancel'], title: 'click exit to quit' });...
View Article