ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #09056
Persisting cookies in Oxide
Hi all,
My app Beru [1] is a QML app, but does a lot of its work inside a
QtWebKit WebView. One of those things is to persist settings in a
cookie stored in the WebView [2]. With QtWebKit, this worked fine.
I'm trying to port it to the Oxide WebView, but this is no longer
working. Cookies persist for a given execution, but they are
apparently cleared when Beru is restarted. Is there a setting I need
to adjust to allow the cookies to persist? If not, is this something
that will be added?
Thanks,
Robert
[1] https://github.com/rschroll/beru
[2] https://github.com/rschroll/beru/blob/master/html/styling.js#L63
Follow ups