Windows store app navigation
I want to navigate from my javascript page to a xaml page in windows store app. how can i do it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shubham SaxenaPosted Jul 17, 2013, 6:39 AM
WinJS.Navigation.navigate("/yourpagel");
this will help...
http://codefoster.com/post/2012/06/21/Page-Navigation-in-Windows-8-JavaScript-Apps