Progressive Web App (PWA) redirect page into standalone mode
问题 I have PWA and I can run it as standalone (if user clicks icon on a device) or I can run as normal website (if user enter URL directly into web browser). Is it possible to redirect page (open as standalone) if user open it as non standalone? My manifest file already contain standalone parameter: "display": "standalone" I need something to start with. 回答1: As far as I know you need to "install" the pwa on the user device first. By clicking the icon on the device (meaning you already installed