There’s a webview in my app that allows users to log in, which is closed when you do it successfuly. Then you keep using the app, until you get to a section that requires another webview… and for some reason the app forgets you were already logged in.
I’m using the same plugin in iOS and cookies / sessions do work there (that is, the same app works properly on iOS with the iOS Etcetera plugin). But on Android it seems that webview cookies / sessions are not being stored. Is that so? If so, can I change that behaviour?
I found out at StackOverflow that, apparently, a new browser is opened whenever webview is invoqued. But that renders the plugin (at least the webview) pretty useless if you want to keep things working during a given app session… java - WebView and Cookies on Android - Stack Overflow
Has anyone faced the same issue?