Simple code - Doesn't work !! Why?

You must Login before you can answer or comment on any questions.

Hello, I just created a simple tableview with "touch"-listeners (Android). That's a extremely simple code, but why does it not work ? Please help me, I'm becoming desperate!

http://pastie.org/1200471

4 Answers

I haven't tried using the touch events on Android yet, but I know there is a LOT of other events that doesn't get fired at all or only fires once in a while. At present Android support in Titanium is very buggy at best - Insane amounts of things are not working which makes it a very frustrating experience developing even fairly simple Android apps.

Maybe you can try to set your tableview to editable:

tableView.editable = true;

I have a similar problem: I added event listeners for touchstart/touchmove/touchend/touchcancel to a tableviewrow, but only the touchstart and touchmove events are firing. Anyone know why touchend/touchcancel doesn't fire?

Maybe you can try to set your tableview to editable:

tableView.editable = true;

I have a similar problem: I added event listeners for touchstart/touchmove/touchend/touchcancel to a tableviewrow, but only the touchstart and touchmove events are firing. Anyone know why touchend/touchcancel doesn't fire?

Your Answer

Think you can help? Login to answer this question!