Search code examples
windows-8microsoft-metrowindows-store-appswindows-store

Removing the total navigation history windows store app


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.


Solution

  • WinJS.Navigation.history = {}; should to the trick.