- From: Raad Altaie <notifications@github.com>
- Date: Wed, 14 May 2025 10:50:43 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 May 2025 17:50:47 UTC
raad-altaie left a comment (w3c/manifest#1092) @DanielHerr _I honestly don't see a major use case for detecting whether the PWA is running as a regular web browser tab as opposed to its own window—perhaps someone can reply with one. Regardless, the display mode the PWA is running in should absolutely be separate from detecting whether the PWA is installed._ --- For us, this is a major issue. We need to know whether the app is running as a PWA or in a regular web browser tab. Our app handles multiple third-party links, and if the user is running the PWA, we want to open these links in the same window. Otherwise, we open them in a new browser tab to avoid disrupting the user experience. Everything works as expected until the user makes the PWA full-screen. At that point, the app starts opening links in the browser instead of within the PWA context, which breaks the intended flow and creates a poor user experience. Detecting this distinction is crucial for our use case. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/1092#issuecomment-2881061603 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/issues/1092/2881061603@github.com>
Received on Wednesday, 14 May 2025 17:50:47 UTC