I am making a Windows 10 Universal App with this tutorial. Everything works fine, but on a Windows phone, when a user click on the back button on the device, it would just quit the app. The expected behaviour should be going back to the previous navigated page. How can I handle this for my web app, probably using JavaScript?
Thank you!