Problem description:
The current pwa manifest has minimal-ui mode, which is much bulkier than standalone mode on mobile. Causing phones and tablets using the PWA to lose a permanent 15% of screen.
Browser/OS/Device:
Android 13, Google Pixel, Chrome
additional notes:
The Java app does not and will never have feature parity with the PWA… currently only one shell can be opened, text from console cannot be selected precisely, templates can’t be updated, webview can’t be used simultaneously, extensions don’t work, it crashes on some popular phones… the list goes on and on… so please maintain the PWA, if for no other reason than to have a lifejacket for when the many times the java app doesn’t work.
I’ve listed the reasons why I’m using the PWA at the bottom of the OP.
I did extensive testing and found that on android it’s falling back to minimal-ui, which is a lot chunkier than standalone as seen in the screenshots.
On the desktop, minimal-ui is never used AFAIK, so removing it should not pose any issues for anyone. Alternatively, using “fullscreen” before or instead minimal-ui would also fix the problem.
You can change the spec to 196x196 or use a 192x192 version like the one I’ve made below:
Here’s how I figured this out:
Start ADB debugging on an android tablet / foldable / phone and connect to an ADB host machine
Open Chrome and navigate to replit
Open the inspector and inspect replit on a host at chrome://inspect once connected
reload and edit public/manifest.json, remove minimal-ui
Reload the page on Android with DevTools still connected and reinstall replit PWA. My cache was disabled on the network tab of DevTools.
Manifest changes are very sticky, so it will survive after disconnecting and it will survive a reload. To go back to stock, reinstall the Replit PWA from a fresh chrome tab with devtools disconnected.