Skip to content
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

Open
SniperED007 opened this issue May 28, 2024 · 4 comments
Open

Comments

@SniperED007
Copy link

SniperED007 commented May 28, 2024

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

@SniperED007 SniperED007 changed the title Keyboard does not show on Quick login when Face Id not setup on device Keyboard does not show on Quick login when Face ID not setup on device May 28, 2024
@vdayneko
Copy link

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 Auto Rotation (Project Settings / Player / iOS tab / Resolution and Presentation group) is enabled and both Portrait and Landscape are selected, and call Quick Login in landscape mode, then rotate device to switch to portrait, then keyboard returns to the right place.

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?

@lupidan
Copy link
Owner

lupidan commented Jun 6, 2024

Please provide a video and a Unity project that reproduces the issue.

@CaptainJekson
Copy link

@vdayneko
Copy link

vdayneko commented Jun 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants