Skip to main content
Version: Next

PWADisplayMode type

If the user prefers opening an installed web app in a standalone window or in a browser tab.

Signature

export type PWADisplayMode = 'standalone' | 'browser';