Hi all, I’m working on a Cordova client for an existing Meteor app. I noticed while testing it in Android (5.0.1), logins are not persistent upon app restarts. Is this the intended behaviour?
I’m guessing it’s because Meteor is using localStorage to store resume tokens, and I believe the OS wipes localStorage on exit? I’d like to know if anyone else is experiencing this / has made any workarounds or I’ve just done something wrong.