Web Share

Introduction to the Web Share API

The Web Share API is a modern web technology that allows web applications to leverage the native share functionality of the user's device. By utilizing this API, developers can enhance the user experience by providing an easy and seamless way for users to share content directly from their web applications.

Parameters

None

Actions

share : This method requires a parameter data that contains at least one element of:

  • title: The title of the data to be shared

  • url: an URL to be shared

  • text: a text to be shared

  • files: a list of file URLs to be shared

The title may be ignored by the client.

Targets

None

Events

pwa--web-share:success

pwa--web-share:error

Last updated

Was this helpful?