amplify-edge / main

main code
Apache License 2.0
3 stars 7 forks source link

Flutter PWA "Add to Homescreen" prompt #125

Open joe-getcouragenow opened 3 years ago

joe-getcouragenow commented 3 years ago

WIth a PWA, we can save the app locally on Desktop and Mobile so the UX is nice. It works perfectly once a user actually does it.

But most users don't know it even exists, and it's really good now.

How to trigger the Save PWA feature on IOS and Android and desktop browsers. It’s a fantastic feature for users and for us since it keeps use out of the App Store bullshit ?.

THis is how it works and we already do this: https://stackoverflow.com/questions/62283765/flutter-pwa-not-showing-add-to-home-screen-option

gerardwebb commented 3 years ago

In addition, currently it just opens in a Browser and not in a dedicated app windows.

We need to check how Dahlia OS does it because when i “Add to Homescreen” with theirs it really opens in its own App Shell and not just the browser.