App cache not persistant?
-
I may be a bit rusted or I may missing something trivial, but is it app cache not persistent?
I have tried two ways of checking my (everyday-i-use-less) gmail account:
- a webview in a qml file | testing
- creating a local webapp| this works after reboot ¬¬
In
both ways,qml, after login and all the rest, I have to login every time I restart the app.I'm missing something, right? Or is it a known bug in dev channel?
- a webview in a qml file | testing
-
@CiberSheep humm at least i have the gmail webapp installed ( https://open-store.io/app/googlemail.josele13 ) and the login is persistent, but maybe old config ? ( i'm on devel too )
-
@lduboeuf it is true... it persists but:
for the josele's Focal app it still uses old framework
"framework": "ubuntu-sdk-16.04.5",
"policy_version": 16.04
Ah, after reboot my webapp also works, not the qml though