-
Notifications
You must be signed in to change notification settings - Fork 2
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
IdP info "dances" behind credentials input dialog #150
Comments
IdP info "dances" behind credentials input dialog #150
Tested on:
❎ test not approved ScreenRecording_12-11-2024.13-22-07_1.MP4 |
@RianneBoortman The “dancing alert” is essentially an iOS thing —it’s a system alert, a layer controlled by iOS itself, and not something we can manipulate. This occurs because the system keyboard changes its frame, which in turn affects the system alert. What was within our control, however, has already been fixed, namely the connect button and the information displayed above it. |
@RianneBoortman see answer above |
See comment of @risinggalaxy . Unfortunately we cannot do more that we already did |
As demonstrated in this video, the IdP info on the background sometimes "dances" behind the username/password dialog:
ScreenRecording_12-04-2024.13-38-25_1.MP4
Another issue is possibly the fact that first the client asks for a govroam.nl credential but an edu.nl immediately after; this .eap-config is a bit strange and hand-crafted though. Yet, the first mechanism should be usable for iOS if I'm not mistaken (so there's little reason to fallback to another mechanism). It's very very unlikely we encounter this in production. So the dancing is the cosmetic issue here mostly.
The text was updated successfully, but these errors were encountered: