Skip to content

apple-mobile-web-app-capable needs to be yes #4

@cheshrkat

Description

@cheshrkat

On iOS 9 and 10, manup.js was injecting the value of the manifest file, eg. <meta name="apple-mobile-web-app-capable" content="fullscreen">

However it must be 'yes', ie. <meta name="apple-mobile-web-app-capable" content="yes"> for iOS to respect it and other settings.

I had to remove manup.js to get fullscreen working on iOS as it overrides existing tags. So a generalised fix might be for manup to check for existing tags before injection; although that's slow. Otherwise there needs to be a catch to translate the iOS values from manifest values to yes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions