Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ep-002 Hitting home button crashes app #19

Open
misbach opened this issue Jul 30, 2012 · 3 comments
Open

ep-002 Hitting home button crashes app #19

misbach opened this issue Jul 30, 2012 · 3 comments

Comments

@misbach
Copy link

misbach commented Jul 30, 2012

I opened up 15 windows and then clicked on the Home button and the app crashed and I can't start it again even after cleaning my project.

@znake
Copy link

znake commented Aug 14, 2012

Same here, I just need to open 3 windows and the app crashes on iPhone when using the home button.

@pkvarma
Copy link

pkvarma commented Aug 28, 2012

I am also getting this error. Can someone resolve on iPhone 5.1 SDK using Titanium 2.1

@bl4d3
Copy link

bl4d3 commented Sep 10, 2012

I ran into the same issue, I solved changing this into NavigationController

windowToOpen.addEventListener('close', function() {
if(that.windowStack.length>1){that.windowStack.pop();}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants