I am developing phonegap application using backbone Js. To enable the back button functionality i am using Backbone.history.start();
.
For one scenario, I want to clear all the application history and invalidating the back button feature.
It would be great if anyone will answer.
Thanks in advance.