Part of my app is opening the browser in app and sending the user to a dedicated webpage (lets call it "FirstPage"). There the user can navigate throw the web pages. That works great, but when the user is in the webpages and the app gets interrupted (by incoming call or pressing the hold button) the browser state is not saved and when the user is coming back to the app, the browser automaticly opens the "FirstPage" and not the last seen page.
How can I save the state of the browser so the last seen page will appear after interruption?
Thank you very much!