Skip to main content
Version: 25.4.0

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';