Modal
Last updated
Last updated
Component: A popup/out dialog that appears in front of app content to inform the user about a task that can contain critical information, require a decision, or involve multiple steps to complete the task.
(Shows the Scrim and Positioning)
Parent: Screen
Child: , , , /
Grants: When we want to request access to the devices capabilities an OS controlled modal is displayed that asks the user if they want to grant the application access to that device capability.
Actions: Alert the user with urgent information, details, or actions that intentionally interrupt the applications use.
Notifications: Used to inform the user about new information based on location, time, associations, activities/releases, achievements, Notifications can happen when the app is running in the background, inactive, or in app. In addition to displaying a message notifications can also play a sound or update a badge on the app icon.
Interactions: Used for in-app user interaction that interrupts with a modal dialog window.
Scrim: Each modal window has the option of a transparency overlay behind the window.