I opened a project from last year, and when compiled in 2.1.3GA I get this warning:
[WARN] Trying to open a new window from within a Modal Window is unsupported.
I had been opening a modal window at launch:
wIntro.open({ modal : true, ipad_modal_presentation_style : "UIModalPresentationFormSheet", ipad_modal_transition_style : "UIModalTransitionStyleCoverVertical", navBarHidden : true }); wIntro.addEventListener('open', checkReminderToRate);So, how am I supposed to do that now?
Titanium Studio, build: 2.1.2.201208301612, SDK 2.1.3GA, IOS6, Xcode 4.5, OS 10.8.2
1 Answer
By definition, you can't have more than one modal window open at a time.
Your Answer
Think you can help? Login to answer this question!