Is there any way that I can clear the navigation history of pages in windows store apps i.e. a windows store app that is built using HTML/CSS and Javascript?
I have tried searching the MSDN forums as well but wasn't able to find a reasonable answer.
WinJS.Navigation.history = {};
should to the trick.