Hey
I have two html page one is page1.html and other is page2.html and i want to navigate
page2.html from page1.html using app bar command so
When i am using WinJS.Navigation.navigate("/pages/categories/page2.html").done;
It's working but app bar of page2.html is not showing.
but when i am using <a href="/pages/categories/page2.html"> it's showing.
thanks
Deepak