Hello,
Wondering what else I need to add - I have this line in a function, when it runs, it should navigate to another page but nothing is happening.
WinJS.Navigation.navigate('/abc.html');
Also tried
WinJS.Navigation.navigate('abc.html');
Running Visual Studio 2015.