Im use titanium 3.2.1 sdk and I'm trying capture back press event but nothing works. I would not close the application when the User press the back button
win.addEventListener('android:back', function(){ alert('boa bla bla'); });
I tried too:
win.addEventListener('androidback', function(){ alert('boa bla bla'); });