arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Web Application Configuration

sim642 opened this issue · comments

iOS uses special <meta> tags for Web Application Configuration as opposed to the Web App Manifest. The functionality of both overlaps a lot so I think it makes sense if this plugin could optionally also inject iOS-specific Web App Configuration <meta> tags as the information is already being put into manifest.json. Having a separate plugin for just that sounds excessive. It would make this plugin much better suited for production use where iOS devices also need to be supported.

A new plugin option, e.g. ios could be added for this. A false value (possibly by default to keep existing behavior) would disable the injection of these <meta> tags. A true value would enable this injection. An object might also be sensible to support as the value to specify iOS only configuration (launch screen image, whether to inject icons normally or precomposed, etc).

Upcoming feature

In development.
It will be released with v3.2.0.

Please, update to v3.2.0.