How can I save Google account in web view component … I mean if someone login on YouTube, or anything then their account should be save if they close app and open app again they don’t need to login again … Is it possible in Kodular? I wanna store account on my app after they login one time like chrome and other browsers
No it’s not possible… To save login details in webview.
You can’t store it in web view but you can in tinydb component so everytime user opens app you can get the Google account using tinydb
You shure ??
If i’m store cookies after login, don’t need login again (or i’m wrong?)
on my device it will save automatically without having to set anything. Redmi Note 7
Thanks so much for the info !!!
I’m test with facebook into webview user need login one time, if i clear coockies user need login again
That’s cool… That topic is too old so may be now it’s possible…
Yeah, maybe !!!
Try clear cookies into your browser and tell me what happends ?
I’m shure you need login again !!
If cookie support is enabled in webview then you will have to not login again until cookies exist.
Another point to keep in mind
Ya you are right…
You can’t store user credentials on device its against security.
Chrome and other browsers store cookies requested by server in such a way that it is only accessed by browser only.
If you store in tinydb or anywhere then its easily hackable.
And if any website server request to save cookies then also it is not possible because webview destroy and create every time on app initialize.