Hey all, I have an app that uses a form to ask the signed-in user for profile information after they have signed in with an identity provider or using email/password.
Until recently this all seemed to work fine. We’ve just hit a few thousand sign-ups, which may or may not be related and this onboarding form now has some problems:
The web app becomes unresponsive (like you get if there’s a javascript loop that locks up the UI), warns the user that the page is unresponsive, and if you wait, it does become responsive again but you cannot get keyboard focus to fill in any of the text fields. If you tap in the text field you see the caret appear, but it immediately disappears as you’d see if something changed or removed keyboard focus.
In the Android app version this is the same, but worse, because it never gains keyboard focus at all.
So users are signing in, we get their email, and then they are seeing no value from the app because they can’t make a profile.
This is pretty serious! I’ve raised a support ticket but Adalo only operates Monday to Friday with an estimated 24-48hr turnaround on tickets, so can anyone help me here who has seen similar?
The app you can reach here: Dig In
So far, our original iOS build which we haven’t changed for a few weeks seems unaffected - I can’t replicate the problem there, so my current assumption is that something has changed in the Adalo platform which means that the Web and any new Android builds we do are failing in this way.
Thanks for your advice in advance, folks!
Stef