add-to-homescreen
add-to-homescreen copied to clipboard
Add to home screen call-out for mobile devices
If you're looking for the documentation, you can find it in the Wayback Machine: https://web.archive.org/web/20180207041409/https://cubiq.org/add-to-home-screen Thanks for the library Matteo!
There is an error on this line: // attach all elements to the DOM this.viewport.appendChild(this.element); this.container.appendChild(this.viewport); Does anybody know how to fix it?
Hi everyone! We have problems with the action-icon that won´t show in iOS 12. Anyone that has any solution? I tried to do same fix as with iOS11 in the...
Hi! There is a way to hide banner on Android ?? Because on Android the native "Add to home screen" banner works fine. Thanks!
I have include the source files and shot them to a server to test on a mobile device. But nothing happens. The online demo page works, but the git repo...
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;`
Is anyone working on an update to support IOS 11?
Hello All, I am trying to push to production and have noticed a bug. When I am in Safari, the images in the notification aren't in the notification. I am...