Skip to content

Mobile UX: Register page form clipped when iOS keyboard opens #108

@davidortinau

Description

@davidortinau

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.razor line 4
  • src/SentenceStudio.UI/Pages/LoginPage.razor line 4

Priority

MEDIUM -- Users cannot complete registration on mobile if bottom fields are behind keyboard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    designUI/UX design issuesgo:needs-researchNeeds investigationmobileMobile-specific issuespriority:p1This sprintsquadSquad triage inbox — Lead will assign to a membersquad:jaynesquad:washAssigned to Wash (Backend Dev)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions