You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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 intomanifest.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. Afalse
value (possibly by default to keep existing behavior) would disable the injection of these<meta>
tags. Atrue
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).The text was updated successfully, but these errors were encountered: