5,529 questions
0
votes
0
answers
37
views
Getting a progressive web app (PWA) to work offline on iOS [closed]
I'm trying to get a simple web app to work offline on iOS. I set up a bare bones manifest linked from the html file. Then, in iOS, I create a home screen shortcut to the web app in Safari.
The web app ...
2
votes
1
answer
111
views
navigator.getInstalledRelatedApps() is empty on Chrome in Windows 11
Something must be missing, but I just don't know what. Because the installed web app should be listed in the array when calling navigator.getInstalledRelatedApps() but the array is just empty.
Chrome (...
-3
votes
1
answer
67
views
how to hide address bar in PWA / webview for a hardware-connected app? [closed]
I am trying to convert my website (https://caffeine.xyz) into a professional mobile app. I have two specific requirements:
UI Customization: I want to completely hide the top bar (address bar) and ...
1
vote
0
answers
85
views
How to open a PWA with path and query parameters using ShellExecute
I want to open a web app installed through Microsoft Edge using ShellExecute. I want to pass a path and some dynamic query parameters to the web app but this doesn't seem to work.
For example, I ...
0
votes
0
answers
92
views
WebAuthn PRF works in browser tab but not in installed PWA on macOS
I’m testing WebAuthn PRF for local encryption/decryption in a minimal PWA.
In a normal browser tab (Chromium-based), biometric flow works.
In the installed PWA (same origin, same device), navigator....
Advice
2
votes
0
replies
146
views
Android PWA opens in Chrome Custom Tab instead of Trusted Web Activity when installed from Play Store
Title:
Android TWA opens Chrome Custom Tab during OAuth login when using a no-code platform (Base44) with multiple domains
Body:
I'm trying to publish an Android app based on a PWA using Trusted Web ...
Best practices
0
votes
8
replies
134
views
Is it possible to disable updates in PWA?
I have a PWA that is a note-taking application. The source code is open. Note data is stored on the user's device.
Is it possible to make it so that if I (the developer) change the code, users will ...
2
votes
0
answers
326
views
iOS PWA (Add to Home Screen): White gap below bottom navigation bar, 100dvh doesn't fill full screen with viewport-fit=cover
I'm building a Nuxt 4 PWA installed via Safari "Add to Home Screen" on iOS. The app has a bottom navigation bar that should sit flush against the bottom of the screen, filling the home ...
Tooling
0
votes
0
replies
60
views
Prevent Windows App (Web) from opening corporate VM in a new Chrome tab on Linux
I'm using Chrome web apps on Ubuntu 24.04 to access my corporate virtual machine, which uses Windows App (Windows cloud) as its tool.
However, once inside the Chrome web app 'Windows App', when I ...
Advice
1
vote
0
replies
69
views
Is there a supported API for Chrome extensions to enumerate installed ChromeOS apps (including PWAs and default apps)?
I am developing a Chrome extension for ChromeOS.
I need to determine whether there is a supported API that allows an extension to enumerate installed ChromeOS applications, including:
- Default system ...
0
votes
0
answers
31
views
Service Worker Background Sync fires multiple times when multiple tabs are open
I have a PWA that uses a Service Worker with the Background Sync API to push locally stored sales orders to the server.
When multiple tabs of the app are open, the sync operation is executed multiple ...
0
votes
0
answers
40
views
PaymentRequest API with Google Play Billing on PWA/TWA - Member obfuscatedAccountId not present in the back-end when I receive Google RTDN
I have a PWA packaged as a TWA and available on Google Play.
I'm using the Play Billing payment method to sell exclusive digital products. Consumable products. The user buys credits to use when ...
0
votes
0
answers
193
views
Problems when setting up Blazor Web App (.NET 10) with PWA
I want to have an app that has a part which also must function offline.
So my thought was to create a Blazor Web App (.NET 10) with WebAssembly Interactive render mode and implement the PWA part there....
Tooling
1
vote
1
replies
260
views
Workbox service-worker with turbopack in production (next 16)
I want to create PWA that works offline (cache static assets, API requests, images, etc) and using PWABuilder make a native mobile app for android and IOS at once.
My tech stack:
- [email protected]....
1
vote
0
answers
130
views
Safari UI appears in iOS PWA after navigating from Dashboard to another route
I am developing a Progressive Web App using Next.js and testing on iOS Safari version 26.2.
When I add the app to the home screen from the landing page /, the app runs correctly in standalone mode and ...