Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

Mobile Bookmark Bubble

niftylettuce edited this page Jan 7, 2012 · 3 revisions

The Mobile Bookmark Bubble is a JavaScript library that adds a promo bubble to the bottom of your mobile web application, inviting users to bookmark the app to their device's home screen. The library uses HTML5 local storage to track whether the promo has been displayed already, to avoid constantly nagging users.

There are two new versions of implementation, one supports Mobile Safari only, while the other supports Mobile Safari, Android, Blackberry touch smartphones and Playbook.

Mobile Safari only: https://github.com/cubiq/add-to-homescreen

Mobile Safari + others: https://github.com/okamototk/jqm-mobile-bookmark-bubble

These two versions were based off of the original repository here on Google Code.