#White screen after google OAuth login on IOS
21 messages · Page 1 of 1 (latest)
can you be more specific? What are you using to maintain state?
What do you mean? It's not needed anything to manage state in this case with flutter.
Maybe it's still loading things? Maybe some old assets are cached?
what I mean is
maybe I don't understand
but you should be setting state somewhere to say they're logged in, I'm wondering if the response is erroring or
Nope, flutter SDK saves it and I check if it's logged in with account.get()
so it does
but Flutter has isolated components, maybe the flutter SDK uses riverpod but I doubt it
the state isn't shared unless you use a provider, and Flutters built in providers suck
so it's entirely possible you're switching too soon or something in the middle
screen record it?
Has nothing to do with the issue. In android works perfectly but not on ios
okay, so you know it's a safari issue
are you able to use a remote debugger to get more info from safari?
Nope because they were not my devices. Looks like it happens with older devices
I think I was able to reproduce it with an iPad Air 1
Isn't this kind of third-party cookie issue, I guess?
Nope