Community Questions & Answers

iOS Detect Home Button Press

In iOS is there a way to detect if the Home Button has been pressed? I know this doesn't turn off the app, so I would like to perform an action on the app when this happens that takes user to a specific window.

Fire event on iOS Home button

Is there a way to fire an event when the iOS home button is pressed and the app is minimized? My app contains a timer that has to continue to countdown even when the app is minimized and when the app is reopened after being minimized, the timer continues...

home button

hey there, i have an ipad app with a tab with several windows and links to other .js files. And I have my NavBar hidden. I want to have a Button called Home (like the one IN the navBar) on each window, how can I link this Button to the window1 in my...

go to a tab and to top of page

I'm making an iPhone/Android-app that have a "home button". To go home (first tab) I use tabGroup.setActiveTab(0), but since it is a scrollable view I also want to go to the top of that window. How can I do that?

iOS < 4.0: How to tell when app is closed

Maybe I'm missing something terribly obvious, but how does one tell when an app is closed on pre-4.0, i.e., by pressing the Home button? Is there an event that's fired? I need to know when the app is being forced to close so I can save the document...

First App: Kids and Home

So after 7 months (8 if you count the latest update) Our app has finally been released worldwide, in 2 languages. It's completely made with titanium and html5. our painting module was created using the ti.paint. I would also like to thank Adriano...

Back button to home screen

In http://developer.appcelerator.com/question/115401/custom-home-screen-before-tab-groups it's proposed to use buttons in order to make a home screen before tab navigation. My question is simple. How can I make my home screen to have navigation bar in...

Go back to tab home

Hi, I need to do something that seems simple. I would like to do the same thing as when the current tab is tapped. It opens the first window. But I can't find how to do it. i've tried to do : `Ti.UI.currentTab.fireEvent('click');` but it does nothing......

Fire event on iOS Home button

Is there a way to fire an event when the iOS home button is pressed and the app is minimized? My app contains a timer that has to continue to countdown even when the app is minimized and when the app is reopened after being minimized, the timer continues...

How to program

Dear friends I have a simple Ti app basically calling a webView to display HTML pages. The app is basically an educational app with several HTML pages within. The app.js basically uses Titanium.UI.createWebView({url:'index.html'}); to display a webView,...

Showing 1-21 of 21