WinJs: How to navigate to another start page programatically?
Let’s say I want to display a login screen before going into the app’s main screen This does not work and I don’t understand why: default.js var p = WinJS.UI.processAll().then(function () { …