cubiq / add-to-homescreen

Add to home screen call-out for mobile devices
http://cubiq.org/add-to-home-screen
2.29k stars 747 forks source link

iOS 11 fix #272

Open ghost opened 6 years ago

ghost commented 6 years ago

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 commented 5 years ago

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