We're working on a mobile iPad app for IOS 5. The app is set up using navgroups. We have a main page which opens a secondary page when a button is clicked. The secondary page contains buttons for editing text (i.e. the user can type text which will appear on a label and the buttons allow the user to change font styles, size, color, etc... of the typed text). There is also an imageView in the window. Everything in the window functions normally when it is opened the first time. After clicking on the left nav button to go back to the main page and then subsequently re-clicking the button to navigate back to the secondary page, the button event listeners won't respond. The window looks normal but clicking the buttons this time does nothing. We have put Ti.API.info("I'm here") printouts in the button click event listeners to see if they are being called and nothing is printed out in the log. Has anybody come across this problem yet or does anybody have any idea what's going on? My first thought is that the window isn't closing properly but I'm not sure why it would cause a problem like this.
Problem occurs in both ipad simulator and ipad 2 device. No errors are shown. Titanium SDK version: 1.7.3. iPhone SDK version: 4.2.
Thanks for any help
Your Answer
Think you can help? Login to answer this question!