Web APIs

Web Share API

Checking compatibility...

Share content from web applications to other apps or services with the Web Share API. Learn to share text, links, and files.

Basic Sharing

Let users share links and text with a single click. This example shows how to create a simple share button that opens the device's native sharing menu, giving users all their usual sharing options.

=
=
=
=
=
=

Output

Click Run to see output...

File Sharing

Enable users to share images, documents, and other files directly from your web app. This example demonstrates how to let users select files and share them to other apps using the device's built-in sharing features.

=
=
=
=
=
=

Output

Click Run to see output...