5 ms·
Only progressive web apps are added to the homescreen as a dedicated tile: https://web.dev/progressive-web-apps/ https://web.dev/progressive-web-apps/
by zeusly 5y ago
Only progressive web apps are added to the homescreen as a dedicated tile: https://web.dev/progressive-web-apps/ https://web.dev/progressive-web-apps/
- sanedigital 5y agoI’m not sure where you’re getting that from. On iOS you can add any webpage as a dedicated tile.
- Version467 5y agoYes, but pwa's open in a standalone browser, and everything else just opens a new tab. Ich
- spockz 5y agoIs there a way to force this standalone browser behaviour for non PWA?
- atestu 5y agoYes it’s a meta tag: <meta name="apple-mobile-web-app-capable" content="yes"> more info: https://developer.apple.com/library/archive/documentation/Ap https://developer.apple.com/library/archive/documentation/Ap...
- spockz 5y agoOk. So then I would need to proxy hacker news and mitm with my own certs and add the header or ask dang to get that tag added. Not sure which one is more feasible.