Accessing local storage on a web page
-
wrote on 30 Jun 2016, 20:57 last edited by
I am using WebEngineView. The program is very simple, it's just the example from the Qt website. Now I want to access the local storage of a website. How do I do that? From my endless search, it seems I cannot do that.
-
wrote on 5 Jul 2016, 14:33 last edited by
I figured out a way. I just call a Javascript on the WebEngineView to localStorage.setItem(), and that is it! :~)
-
I figured out a way. I just call a Javascript on the WebEngineView to localStorage.setItem(), and that is it! :~)