Forging-Titanium
Forging-Titanium copied to clipboard
ep-002 Hitting home button crashes app
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.
Same here, I just need to open 3 windows and the app crashes on iPhone when using the home button.
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();} });