HTMLDwebShareElement
WebComponentHTMLDwebShareElementLess than 1 minute
A WebComponent for implementing sharing;
 Inherits from HTMLElement;
<dweb-share></dweb-share>
Properties
- plugin - A SharePlugin object; 
- canShare - The SharePlugin.canShare() method; 
- share - The SharePlugin.share() method 
Methods
- None
Events
- No predefined events
Example
<body>
  <dweb-share></dweb-share>
  <script type="text/javascript">
    const dwebShare = document.querySelector("dweb-share");
    dwebShare.canShare();
  </script>
</body>
Cross-Platform Compatibility
| Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop | 
|---|---|---|---|---|
| plugin | ✅ | ✅ | ✅ | X | 
| canShare | ✅ | ✅ | ✅ | X | 
| share | ✅ | ✅ | ✅ | X | 
Related Links
 Powered by  Waline  v2.15.7