forked from h5bp/mobile-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Mobile Bookmark Bubble
shichuan edited this page Dec 18, 2010
·
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. The current implementation of this library specifically targets Mobile Safari, the web browser used on iPhone and iPad devices. It's hosted <a href-"http://code.google.com/p/mobile-bookmark-bubble/">here on Google Code.