-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Keyboard does not show on Quick login when Face ID not setup on device #204
Comments
Also recently found this problem. The problem exists when the application is in landscape orientation. It seems that the keyboard is shown, but out of screen bounds: if Possible workaround: set orientation to portrait before Quck Login call (portrait mode don't need to be checked in Auto Rotation settings for this) and return back after getting result, but it will cause visual glitches. So maybe there is a better solution? |
Please provide a video and a Unity project that reproduces the issue. |
Same problem. Provided video: https://drive.google.com/file/d/16OtNU91kVHaDRkvH6Azczv7DF-iU1y1q/view?usp=sharing |
The problem is reproduced on the native official sample as well (quick login is called automatically on app start). So it looks like Apple bug. |
Issue: Keyboard does not show to enter password on QuickLogin when Face ID not setup on device (just has an empty space where the keyboard should be and it shows the Password field above it, tapping on the password field does not bring up the keyboard either.
It does however show with LoginWithAppleId
Version 1.4.3
Device: iPhone XR
iOS: 17.5.1
The text was updated successfully, but these errors were encountered: