Hi all i have some doubt regarding titanium mobile When i want to call a view or a window i'll be using
Alloy.createController("(respective controller name)");it is working well and good but what is my doubt is if i call controller say from window1 i'm calling window2 it will open.But window1 is not closed right??? i have a android back in android OS so if i do back event then window 1 is appearing its okay for android but i'm facing problem in IOS getting below warning Dismissing a view controller when it is not the top presented view controller. Will probably crash now.
it would be grateful if you guys can explain me or tell me how can i write the code in a better way to avoid these type of warnings or errors
well i'm using titanium sdk of 3.3.0 version and i work for both android and ios applications.
Thanks