JQuery Mobile Detect Home Screen Bookmark

I know there is no way to add a bookmark to the home screen automatically in the mobile web app, however, is there a way to DETECT if it was created?

+3


source to share


1 answer


You can ask the user to bookmark your app and then save their response ( here on Mobile Coax ). This will allow you to "detect" if they have already added it.



The Mobile Bookmark Bubble is a JavaScript library that adds a promo bubble at the bottom of your mobile web app, inviting users to close the app from the home screen of the device. The library uses HTML5 local storage to keep track of whether a promo has already been displayed to avoid constant user manipulation.

0


source







All Articles