Saving State of Webviewer

I want to save the state of the webviewer so that when the user switches to another screen and switches back the Webviewer is the same. Is there a way I could do this?

Use virtual screens instead of real screens ?

Can't think of another method at the moment.

It may be possible when compiled to an apk(this won't work with companion app), if you do not close the screen you are leaving when you go to and come back from another screen, but the starting screen (the screen with the webviewer) may need to be Screen1. Not tried it.

[edit] Have tried it, test this aia project, you will need to compile it to apk and install to your device.

keepwv.aia (4.1 KB)

In production, you will need to be careful about not closing screens when going to another screen. You should really only do this with Screen 1, for other Screens you should close them before opening another screen. Perhaps some logic should the content of the webviewer be being edited before switching screens?