I would like to be able to save and restore all the viewport parameters (like current scroll position both vertical and horizontal and current zoom level - maybe anything else) on mobile browsers (or at least on mobile Safari). The scenario goes like this:
- save parameters
- do something with viewport
- restore the parameters exactly to the previous state (1)
How can I do it please?