Forging-Titanium icon indicating copy to clipboard operation
Forging-Titanium copied to clipboard

ep-002 Hitting home button crashes app

Open misbach opened this issue 12 years ago • 3 comments

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.

misbach avatar Jul 30 '12 06:07 misbach

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

znake avatar Aug 14 '12 08:08 znake

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

pkvarma avatar Aug 28 '12 15:08 pkvarma

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

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

bl4d3 avatar Sep 10 '12 20:09 bl4d3