cubiq / add-to-homescreen

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

ios 11 support? #268

Open JimCook57 opened 7 years ago

JimCook57 commented 7 years ago

Is anyone working on an update to support IOS 11?

briansa commented 6 years ago

I don't think so, but if you look at the last commit you'll see what needs to be done and you can always make a pull request.

https://github.com/cubiq/add-to-homescreen/commit/aa54e4683e58ca20c78ccfd2eee8718416dad882

miclaus commented 6 years ago

+1 for iOS 11 support

holtkamp commented 6 years ago

https://github.com/cubiq/add-to-homescreen/pull/270

amitailanciano commented 6 years ago

Kinda crappy hack, but this is what I ended up doing for now

...
onShow: () => {
    $('.ath-container.ath-ios').addClass('ath-ios8');
}
...