I have pushed the Window from
A->B->C->D
Where D is Final Window from there I have to go back to window A. How I will do it in titanium?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can use fireEvent for that like
just add this code into your B window
and write below code when you want to redirect to window A
hope it will work for you….