Back Button On Windows Title Bar

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

Hi Everyone,

Sorry if this is a silly question:

I have built an iphone app using tab group (a single tab), multiple windows and a view binded to each window.

My app is finished and congrats to appcelerator team, they have done a great job with Titanium.

But I noticed a problem. On some windows, I need to "disable" the back button which is automatically displayed on the left of windows title bar. I did this by setting the name of the back button to ''. But then I discovered that even it's not shown any more, I can just tap to the top left corner and it returns back to the previous window.

Is there any way to disable the back button completely?

Thanks again. Cheers.

2 Answers

just set

backButtonTitle:''
inside window's property, and done!

Any difference if you use Ti.UI.currentWindow.setLeftNavButton(null); instead of setting it to blank?

Your Answer

Think you can help? Login to answer this question!