I need to provide functionality allowing the visitor to bookmark specific links. I saw the window.external.AddFavorite()
call has been deprecated.
The other method I see is bookmarks.create()
, but it's not compatible with Safari and Firefox for Android.
Is there a cross-browser solution to allow for a user links for bookmarking? The similar questions on Stack Overflow have old threads that reference the deprecated solution.
Therefore, I need a modern solution.