Callout to add app to homescreen for iOS devices
npm install add-to-ios-homescreenScript for mobile iOS devices, it automatically shows an overlaying message encouraging to add the web app to the homescreen. Compatible with iOS 6+.
Add addtohomescreen.css and addtohomescreen.js to the head of your projects index file. Then, call addToHomescreen(); as soon as possible. For example:
``html``
...
For more, consult the original project's website.