Mobile app, Titanium SDK 3.1.0.GA. Works fine in Android since two years.
I'm trying to port to iOS
var title = Titanium.UI.createLabel({text: 'My Title', touchEnabled: true}); // title.addEventListener('click', function() { alert('click on title') });When run in iOS simulator (6.1), label shows on screen but nothing happens when I click on it.