Olaf.Rabbachin Ooh, interesting! I'd added high-resolution icons in case someone pinned My Little Word Land to their home screen like this, but I'd never actually tried it out! 🙂
Indeed, it's a browser app 🙂
I found a thread hinting that the issue might be that Android web apps only sync their cookies once every five minutes: https://github.com/react-native-webview/react-native-webview/issues/2643#issuecomment-1870161445
I tried out a few things:
- If I log in and then immediately close and reopen the app, I'm still logged in.
- If I log in, close the app for more than five minutes, then open the app again, I'm logged out.
- If I log in, leave the app running for more than five minutes, then close and reopen the app, I'm still logged in.
Can you try logging in and keeping the app open for more than five minutes and see if that makes your session persistent? That might be a good workaround for the moment 🙂
And thanks for letting me know that it's even possible to do this, haha XD This is really cool 🙂