I am using Cordova to wrap my Angular webapp into hybrid app for Android and iOS.
I am using spring security for login and remember me functionality. When a user logs in with remember me, spring automatically creates remember me token and set it on the domain.
In random cases when I re-launch the hybrid app on Android, I see that the token cookie is missing, and I have to login again.
The same code works fine on web browsers.