We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Same here, I just need to open 3 windows and the app crashes on iPhone when using the home button.
Sorry, something went wrong.
I am also getting this error. Can someone resolve on iPhone 5.1 SDK using Titanium 2.1
I ran into the same issue, I solved changing this into NavigationController
windowToOpen.addEventListener('close', function() { if(that.windowStack.length>1){that.windowStack.pop();} });
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: