Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

iOS Web Application Configuration #13

@sim642

Description

@sim642

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions