Hello everyone! Is there any way to get the last opened link and save it in OnApplicationQuit?
I.E. a user opens Google, tries to find something and opens Wikipedia. My aim is to save this Wiki page so it opens the next time user opens my app.
I only found a callback for when browser finished loading, but that’s not what I need. And OnBrowserClosed() event unfortunately doesn’t return a string with the latest loaded url.
Is OnBrowserFinishedLoading(url) suitable in my case? Is there any example of a proper usage of this method? The thing is – I need to remember the last link that was opened before user closed my app, and it can be literally any link.
This reply was modified 3 years, 10 months ago by pirozhokstudio.