Community Questions & Answers

Allow standby-mode in android app

Hi there! We are running an app on iphone and android. Now we noticed, that on android the app does not support the standby-mode. After install on android the user is asked to disable the standby-mode for this app. How can we get rid of this question and...

Disable scrolling on scrollview by touch

Hi all, I had a problem where I was using a scrollableview and didn't want the user to be able to scroll it by touching it but wanted them to use some next/back buttons. If I disabled the touch then none of the controls on the view would work! I found a...

disable tab

Hi I would like to disable a tab or at least popup a message saying that you should do a login before using that specific tab. I have used setActiveTab to enable the login tab, I had some problem sinche the login tab was on the 5th position. Someone can...

Disable scrolling in a WebView?

Is there a way to disable scrolling within a webView? reason being I have a webview in a scrollView (along with other elements above and below the webview) and I want the webView to be static and not scroll as I already have the scrollView that is taking...

Disable Android Permissions

I uploaded my app to Google and was warned that the following permissions are required. I do not need ANY of them. How do I disable them? Below the output I've put my tiapp.xml for reference. ##Specs - OS X Lion - Ti Studio 1.0.8.201112271627 - Ti SDK...

Turn off GPS after use?

To get a decent location you have to add an event listener on location and wait for a couple of events. However, there doesn't seem to be a straight forward way to turn it off. The closest I [have found][f1] is some old documentation, but the API has...

Disable Incoming Calls

Is there any possible way to have the app DISABLE phone calls coming in to interrupt? I am working on some "mission critical" apps that if you are in the middle of working with then you don't want a phone call to come in and interrupt it or it...

Some sort of disabled state?

My app has several windows that require loading data from either XML or PHP. Is there a disabled state I can set the device into until data is received? My alternative was to make an opaque view that covers the whole app. Just wondering if their is...

Disable TableViewRows when overlay present

Hey there. I have a table of selectable items. On occasion, there is an independent window that is OVER this table. It might be an activity indicator or a custom dialog window. When this overlay window is present. I'd like to disable the buttons on the...

How to show selected buttonBar

Hi I am wanting to show the selected button in a buttonBar after the user clicks on one of the button options. So when they select a button it becomes disabled, and when they select another button it becomes disabled and the other button...

How can I really disable a button?

I can't seem to disable buttons in mobile. buttonname.enable = false just stops the flash but the click listener still fires. Based on the docs I have tried every possible permutation of the syntax: buttonname.removeEventListener('click', function()...

Showing 1-36 of 36