I want to know how to handle navigation between html pages. When I am using
window.location.href = "Screen1.html";
I am able to load the new page, but when I click the back button, the application gets terminated. How can I handle this?
In native java blackberry, the screen will be on stack, so how it be done in webworks?