skip to Main Content

I would like to implement a general share button that opens the OS menu where you can then share the post.

I’ve only seen this on mobile apps so far, but not on websites. Is it possible to add this to a website?

If you don’t know what i mean, here is following screenshot:

1

So for example i want to click on a button, and then this menu should open.
Is it possible? If yes, how would one implement this?

2

Answers


  1. It exists navigator.share() (link), but in july 2024 its just implemented in safari and edge, not in chrome and Firefox.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search