I’m making a web browser app. I need to page 1(settings) to open when button2 is clicked and the main page (browser+search bar etc.) to close.
Will the back button go back to the main page?
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 navigate between PhoneApplicationPages using the NavigationService
As a quick example:
And yes, the back button on the phone will move back through the applications page history.