howto save webview's session

For questions about Gambas web tools.
Post Reply
paco
Posts: 16
Joined: Friday 11th February 2022 5:42pm

howto save webview's session

Post by paco »

hi, is there a sample how to save and restore a webview's session? thanks!
User avatar
BruceSteers
Posts: 2070
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: howto save webview's session

Post by BruceSteers »

There is no concept as a webview session.

I guess just save/restore the URL

It does not seem to have a scroll property so i guess javascript needs to be used to save/restore scroll position.
If at first you don't succeed , try doing something differently.
BruceS
Post Reply