Community Questions & Answers
Animation stops on iPhone app resume
Hi, I use this function to move some imageView in my iPhone app: ~~~ function startImageViewAnimation() { var m = require("ui/common/moveTo"); var platformHeight = Ti.Platform.displayCaps.platformHeight; m.moveTo({ view :...
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.
How to return to the root window of my Tab?
Hello! I'm using Titanium mobile 1.6.2 for iOS. Question:__How to return to the root window of my Tab?__ (the one given in parameters when you create the Tab) It's seems simple since you just have to click on the tabGroup in order to return to the root...
Android : is it possible to disable home, return and menu buttons ?
Hi all, I am working on an app that will be used in a restaurant. Since it is kind of a kiosque app, the users shouldn't be able to interact with the return, home and menu buttons because they should remain in the app "no matter what". **Is...
Is it possible to disable the "Home"-button?
Made an app that my 1 1/2 year old plays with, but she insists on pressing the Home-button and exiting the application. Is it possible to prevent this somehow? Like with the Power-button, getting an extra confirmation before exiting. Thanks! /J
Titanium Application set as Home Application on Android freezes on restart
I am developing an android application in Titanium which will be used a customized home app. The application works fine the first time but if one presses home again (i.e relaunches the application) it freezes. If the application is not set as home and is...
Remove/Disable android.intent.category.home
Hello all, I've been trying for the better part of 72 hours to find out why exactly the HOME intent category is being detected by the Blackberry Playbook conversion tool. MyAndroidManifest.xml is ~~~ <activity...
Event Listener when Pressing Home while in Camera Mode
I am currently creating an application with Augmented Reality. Therefore, when I show the camera, I add a location listener to monitor the user's current location. I know that the back button event doesn't work in camera mode, but is there a way to detect...
pausing application causes map to freeze
Hi again, my map freezes once the application is paused using the home button on android. I am running Ti 1.7.2continuous build. I know for iphone there is listeners to catch pause and resume but they don't work for android. What can i do to handle this?...
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?
Airplay support
Now we don't even have a proper volume control for streaming audio yet so maybe I am REALLY jumping the gun here but are there any plans to support the new Airplay features for audio and apps?
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...
How to intercept the home button (android)
Is it possible to intercept the home button? The back button can be intercepted by listen to the "android:back" event. Is there something similar for the home button?
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,...
Is any event triggered whn a user hits the home key on an iphone/ipad?
I would like my app to retain state and hoping to trigger that based on the home key being clicked. If I cant do that I guess I just need to retain state with each action.
Showing 1-21 of 21