KristhianX / essential-buttons-toolbar

Adds a toolbar to Android Firefox with essential buttons: Homepage, Duplicate Tab, New tab, Close tab and more.
GNU General Public License v3.0
28 stars 2 forks source link

[Feature request] Share button #14

Open MilaMurry opened 9 months ago

MilaMurry commented 9 months ago

Well, I think I use the share button quite often, so it's good to have something quicker. It can be done like this:

navigator.share({
  title: document.title,
  url: window.location.href
});

You can use the Intent Intercept app to debug it.

KristhianX commented 9 months ago

Thanks for providing the link to the app. It will be added in a future update

mglh commented 2 months ago

I second this feature request.