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

iOS 11 fix #272

Open
ghost opened this issue Nov 5, 2017 · 1 comment
Open

iOS 11 fix #272

ghost opened this issue Nov 5, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 5, 2017

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;

@kkliuiev
Copy link

kkliuiev commented Aug 5, 2018

Hi! I've tried to add this string to addtohomescreen.js accurately to 510 row, but there's no result. Any suggestions?

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant