-
Notifications
You must be signed in to change notification settings - Fork 5
Mobile UX: Register page form clipped when iOS keyboard opens #108
Copy link
Copy link
Closed
Labels
designUI/UX design issuesUI/UX design issuesgo:needs-researchNeeds investigationNeeds investigationmobileMobile-specific issuesMobile-specific issuespriority:p1This sprintThis sprintsquadSquad triage inbox — Lead will assign to a memberSquad triage inbox — Lead will assign to a membersquad:jaynesquad:washAssigned to Wash (Backend Dev)Assigned to Wash (Backend Dev)
Description
Problem
The Register page uses vh-100 centering which doesn't adapt when the iOS keyboard opens in a WKWebView (Blazor Hybrid). The bottom fields (Confirm Password and Create Account button) become unreachable behind the keyboard.
Affected Page(s)
/auth/register(primary)/auth/login(minor)
Suggested Fix
Replace vh-100 with min-vh-100 and add overflow-y: auto, or remove vh-100 entirely and use normal document flow with padding.
Files:
src/SentenceStudio.UI/Pages/RegisterPage.razorline 4src/SentenceStudio.UI/Pages/LoginPage.razorline 4
Priority
MEDIUM -- Users cannot complete registration on mobile if bottom fields are behind keyboard.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
designUI/UX design issuesUI/UX design issuesgo:needs-researchNeeds investigationNeeds investigationmobileMobile-specific issuesMobile-specific issuespriority:p1This sprintThis sprintsquadSquad triage inbox — Lead will assign to a memberSquad triage inbox — Lead will assign to a membersquad:jaynesquad:washAssigned to Wash (Backend Dev)Assigned to Wash (Backend Dev)