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';
If the user prefers opening an installed web app in a standalone window or in a browser tab.
export type PWADisplayMode = 'standalone' | 'browser';