Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

iOS 11 fix #272

@ghost

Description

This'll make AddToHomescreen work on ios 8 and up:

Add to row 510 on addtohomescreen.js:

ath.OSVersion = (ath.OS.toLowerCase()=="ios") && (parseInt(ath.OSVersion)>7) ? 7 : ath.OSVersion;

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