Creating a Save As Bookmark Button In A Mobile Web Application

I'm currently developing a web application based on jQuery Mobile. I would like to add a dialog for the first user to provide a button, which in turn can be clicked to save a bookmark on the website. This solution should work for both iOS and Android. Is there any way to do this? I saw bubble.js working for iOS, but I need a generic solution for both of the above platforms. Is it possible?

Is there any literature on this subject on the Internet?

+6
source share
1 answer

Yes, this is done and therefore (presumably) very possible.

Take a look at https://github.com/okamototk/jqm-mobile-bookmark-bubble

It supports android. I have not tried it myself, but I saw how it is recommended.

+3
source

Source: https://habr.com/ru/post/919695/


All Articles