Back to stack guides

Intent

Keep mobile interfaces familiar, reachable, and resilient across text sizes, input methods, and device geometry.

Checks

  • Prefer platform controls and accessibility semantics before custom drawing.
  • Test dynamic text, keyboard, safe areas, rotation, and screen-reader order.
  • Use native navigation and feedback behavior unless the brand requirement clearly outweighs it.

Warnings

  • Web hover and breakpoint assumptions do not map directly to native application layout.

Exceptions

  • Games and immersive media may use custom-rendered controls with equivalent accessibility paths.