- From: Dominick Ng <notifications@github.com>
- Date: Mon, 04 Jun 2018 06:07:17 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 June 2018 13:07:39 UTC
iOS has a global exit command (the Home button), so users will never be _trapped_ in a PWA. They can always exit with Home. More generally, standalone mode explicitly says `Opens the web application to look and feel like a standalone native application.` It's not the role of the manifest spec to enforce that implementing platforms break their own UX norms. iOS _never_ shows a back button in system-level UI: native application must handle their own back and forward, so a PWA that works well on that platform should be reasonably expected to do the same. It's the developer's prerogative to implement their app in a way that fits the native application model on each platform. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/673#issuecomment-394347887
Received on Monday, 4 June 2018 13:07:39 UTC