Saving page number and navigating to the last viewed page

In the project that displays the offline html file with the webviewer I have prepared, there are pages designated with "#".
I want to save the page number (tinyDB) that the reader last viewed and when the program is reopened, it can be opened from the saved page number.
Is it possible, can you help?
denemetest.aia (4.7 KB)

These blocks for the webviewer should help you to achieve your aim:

image

Can you help me how to use these blocks in the project.
or any sample file?

Like so:

image

Thanks.
How do I save the last page number displayed in tinydb?

The last page loaded url is saved to the tinydb.

I'm sorry,
I don't know how should the blocks of the number of the last page viewed can be recorded
to the tinydb

image

Thank you.
I'll try.