Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (home)
Browsing latest articles
Browse All 21 View Live

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...

View Article



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...

View Article

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?

View Article

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...

View Article

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,...

View Article


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...

View Article

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...

View Article

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...

View Article


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...

View Article


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...

View Article

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...

View Article

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...

View Article

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...

View Article


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...

View Article

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;...

View Article


Action bar back/home button action ignored on Nexus android 4.3

I have a weird behaviour on an nexus with android 4.3 if I click on the left upper corner on the action bar it doesn't call the onHomeIconItemSelected event It works on phones but not on this tablet,...

View Article

Hide softbutton on video fullscreen like the youtube app

Is it possible to hide the Softbuttons (Back, Home, Task) on the Bottom like the YouTube app does when you go Fullscreen?

View Article


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?

View Article

Android - How to create a homescreen shortcut

Hi, I've been trying to create a homescreen shortcut without success. I tried with intents like Ti.Android.ACTION_CREATE_SHORTCUTbut I couldn't get it working. I've also seen similar questions in this...

View Article

iOS: Simulate home button or send the app to the background

Hi, Is there a way to simulate the home button in iOS? I did it with android using this code var intent = Ti.Android.createIntent({ action : Ti.Android.ACTION_MAIN });...

View Article
Browsing latest articles
Browse All 21 View Live


Latest Images