Web Sharing: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Created page with "Web Sharing using the Web Share API to use the native sharing mechanism of the OS to send data between apps. You probably used these icons in your apps: [[File:IosShare.png]...")
 
No edit summary
Line 5: Line 5:
[[File:IosShare.png]]
[[File:IosShare.png]]
[[File:AndroidShare.png]]
[[File:AndroidShare.png]]
to get these pickers:


[[File:IosShare1.png]]
[[File:IosShare1.png]]
[[File:AndroidShare1.png]]
[[File:AndroidShare1.png]]
=== Triggering the Web Share Dialog ===
==== Sample Code ====
=== Acting as a Web Share Target ===
==== Sample Code ====

Revision as of 13:34, 18 June 2019

Web Sharing using the Web Share API to use the native sharing mechanism of the OS to send data between apps.

You probably used these icons in your apps:

to get these pickers:

Triggering the Web Share Dialog

Sample Code

Acting as a Web Share Target

Sample Code