Give us feedback
navigator-share
Reactive icon

Navigator Share

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 07 August 2023 by 
0.0
 (0 ratings)
navigator-share

Navigator Share

Details
The navigator.share method of the Web Share API invokes the native sharing mechanism of the device to share data such as text, URLs, or files. The available share targets depend on the device, but might include the clipboard, contacts and email applications, websites, Bluetooth, etc.
Read more

The navigator.share method of the Web Share API invokes the native sharing mechanism of the device to share data such as text, URLs, or files. The available share targets depend on the device, but might include the clipboard, contacts and email applications, websites, Bluetooth, etc.

The method resolves a Promise with undefined. On Windows this happens when the share popup is launched, while on Android the promise resolves once the data has successfully been passed to the share target.


Shareable file types

The following is a list of usually shareable file types. However, you should always test with navigator.canShare() if sharing would succeed.

  • Application
    • .pdfapplication/pdf
  • Audio
    • .flacaudio/flac
    • .m4aaudio/x-m4a
    • .mp3audio/mpeg (also accepts audio/mp3)
    • .ogaaudio/ogg
    • .oggaudio/ogg
    • .opusaudio/ogg
    • .wavaudio/wav
    • .webaaudio/webm
  • Image
    • .avifimage/avif
    • .bmpimage/bmp
    • .gifimage/gif
    • .icoimage/x-icon
    • .jfifimage/jpeg
    • .jpegimage/jpeg
    • .jpgimage/jpeg
    • .pjpimage/jpeg
    • .pjpegimage/jpeg
    • .pngimage/png
    • .svgimage/svg+xml
    • .svgzimage/svg+xml
    • .tifimage/tiff
    • .tiffimage/tiff
    • .webpimage/webp
    • .xbmimage/x-xbitmap
  • Text
    • .csstext/css
    • .csvtext/csv
    • .ehtmltext/html
    • .htmtext/html
    • .htmltext/html
    • .shtmtext/html
    • .shtmltext/html
    • .texttext/plain
    • .txttext/plain
  • Video
    • .m4vvideo/mp4
    • .mp4video/mp4
    • .mpegvideo/mpeg
    • .mpgvideo/mpeg
    • .ogmvideo/ogg
    • .ogvvideo/ogg
    • .webmvideo/webm
Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team