iOS' "Add to Home Screen" feature now seems to retrieve the manifest and use several fields. This seems to be as of iOS 11.3. * `short_name` field for the title * `start_url` is respected This happens regardless of PWACompat. The basic support doesn't use icons properly etc though, so there's still work needed.
iOS' "Add to Home Screen" feature now seems to retrieve the manifest and use several fields. This seems to be as of iOS 11.3.
short_namefield for the titlestart_urlis respectedThis happens regardless of PWACompat. The basic support doesn't use icons properly etc though, so there's still work needed.