-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The email textfield in sign in webpage doesn't gain focus on iOS devices #95442
Comments
I was not able to replicate the issue because it seems that we're missing some steps in the process. @obenland I can see that you've confirmed in Slack the presence of the issue therefore I'm marking this as Triaged and letting this to be assigned later for the right team. 📌 Message to Author |
To reproduce on a mobile device:
|
I was able to reproduce that also with Android device, Galaxy Flip 5, using steps @obenland mentioned above. I tried to find a workaround on Google and Stackoverflow. Most discussions on this seems to be 10 years old. At the time it was suggested to force MDN Web Docs - Mozilla points I also asked on chat gpt which confirmed user interaction is required.
A more recent discussion on stackoverflow also points on that direction:
|
@crazytonyli @jkmassel It sounds like this is expected behavior? The keyboard covering up social logins is a good point that I hadn't considered. |
@andregardi Thanks for looking into this.
I wasn't aware of this. I don't think we need to force showing the virtual keyboard then. Feel free to close this issue if you all agree. |
Thank you! |
Quick summary
The OAuth2 authorization link (*) redirects to the login web page. On iPhone or iPad, the email textfield on login web page doesn't automatically gain focus when finish loading.
Steps to reproduce
What you expected to happen
The email text field gains focus, and the iOS keyboard shows up.
What actually happened
The email text field is highlighted as if it's in focus. However, the iOS keyboard doesn't show up.
Impact
All
Available workarounds?
No but the platform is still usable
If the above answer is "Yes...", outline the workaround.
No response
Platform (Simple and/or Atomic)
No response
Logs or notes
Slack conversation: p1729073374950389-slack-C029GN3KD
Here is a recording on iPad.
iPad.mp4
This issue on iOS simulators is more dramatic.
Simulator.mp4
The text was updated successfully, but these errors were encountered: