Community Questions & Answers
Problem with touchEnabled
Hey, i do have a container(view) containing a button. I want to set the touchEnabled of the container to false, but the button have to be work - of course^^ On Android this works fine, setting touchEnabled=false on the parent view. On ios however it...
tableView touchEnabled:false, Child Label with addEventListener('click') won't work
Hello, i have a tableView with a Label and an onClick Listener. If i touch the label, the row get the event too and the row flashes blue, but i don't want that. If i set touchEnabled:false on the tableView, the label doesn't get the click Event. Can...
Touchenabled not working on labels?
I have a button, where I have to place text on it with several labels. However, when clicking on these labels, the button should be clicked. Currently this is not the case. I have set the touchenabled on the labels to false, but this doesn't seem to do...
Android: touchEnabled false on child view causes longpress event to fire when clicked
Hello, I believe this is a bug but I wanted to post here first in case I'm missing something obvious. I have a parent view that contains a child view, and I set `touchEnabled: false` on the child view. __1)__ On Android in the emulator, When I do a...
Disabling a tab within a TabGroup
Im trying to get the first and last tab of the TabGroup to be disable so I can give them custom functionality instead of switching the view. I have tried touchEnabled = false and a handfull of other stuff and I'm cant seem to get anything to work ... any...
Child view will also fire "touchstart" even set it's touchEnabled to false?
I have ViewP(parent view) and a add a ViewC(childview) to ViewP, and to make ViewC doesn't fire touchstart event I set ViewC's touchEnabled to false. I want to get e.x&e.y at ViewP's touchstart event. But sometimes what I got is ViewC's...
Camera Overlay touchEnabled:false does not work in 1.8 or 1.7.5. Where can I track this bug's progress?
If you put an overlay within a showCamera object, the allowEditing feature does not work because the overlay is capturing the touch events, even though its touchEnabled has been set to false. You can see the edit screen, it just isn't receiving any touch...
ImageView / View: touchEnabled Issue
Hello Everyone, I have a view that I'm throwing labels and an image into. I assign a click handler for the event however, the objects inside the view are throwing the event not the view. I've tried setting the "touchEnabled" to false but it...
WebView 'touchEnabled' disables everything!!!!!
I was wondering if there is a way of having events like 'click' functional when 'touchEnabled' is set to 'false' in WebView? I have tried almost every example found in the forums and nothing works. Many Thanks!
Does setting all views that don't require interactivity with touchEnabled = false help performance?
I have many views that are added for display only. They do not have any need for touch events. Does setting these to touchEnabled=false help performance in any way? My thoughts were that by explicitly setting it to false, it would not have to be...
tabGroup.touchEnabled = false in Andorid
In Android, something like tabGroup.touchEnabled = false doesn't work. Is there a trick to make it works? Thanks! :)
Camera Overlay touchEnabled has no affect
This used to work before. Using the latest builds from `1_7_x` and `master` the UIView property `touchEnabled` on a Camera overlay does not work when set to false. When you have `allowEditing` set to `true` you need to have the overlay passthrough any...
TouchenEnabled on TableView not working
I have a tableView that will open a new window when I click on one of the rows. Because this can be quite slow on some Android devices it is possible to click on the row twice before the new window opens which will result in the window open twice. To...
Re-sized using a 2 finger pinch/expand
How to code for this - Standard image files on iphone typically ‘fit to screen' and then can be re-sized using a 2 finger pinch/expand on the screen.
touchEnabled has opposite effect on iOS vs. Android
I have created a custom TableViewRow and when I... set its subviews' touchEnabled property to false: on iOS selecting an internal subview does nothing however on Android it selects the table row (as indicated by the flash) as in the documentation. set...
ImageView Load Event not firing on iPhone
When an imageView has the property of touchEnabled set to false, then the load event does not fire. Sample code: ~~~ var win = Titanium.UI.createWindow({ backgroundColor:'#fff' }); var imgView = Ti.UI.createImageView( { touchEnabled: false, //if...
textArea Keyboard Scrollview
So the layout of this screen is buttons, textArea, Buttons. The text area is in a position where if you edit it the keyboard covers it up. So naturally i put it in a scrollView and depending on ordering this works ok however i don't want the user to be...
Problem with vertical layout in a scrollView
Hi all, I've been building my first mobile app using Appcelerator Titanium, and this forum has been very helpful thus far, but I have run into an issue I can't find an answer for so I decided to post it. So here goes. I have a text window with...
TouchEnabled:false still passes click through...
I've got a "loading data" window that I show.. ~~~ var messageWin = Titanium.UI.createWindow({ height:'80%', width:'80%', borderRadius:30, touchEnabled:false, orientationModes :...
Window within view is not clickable
In my app I'm trying to create a window that contains some controls including a view. Within that view I want to have a window containing other controls. The problem is, none of the controls in the window inside the view are functionable. I've tried...
Map in scrollview
(This is kind of an "add-on question" to this one: http://developer.appcelerator.com/question/5551/maskingscrolling-views ) I'm using a smaller map view inside a scroll view. The scroll view should be only scrolled programmatically but not by...
touchstart not registering on tableView
Hey! I have a tableView where the rows have multiple labels. Because of this, the labels do not change color upon row selection. To achieve this, I'm trying to manually listen for touchstart and touchend events, but I'm not able to register them on the...
Showing 1-22 of 22