Android & iOS Native Share

Demo to preview the plugin:

Introduction

Bring native functionality to your Bubble app with the Android & iOS Native Share plugin. This plugin enables you to open the native โ€œshareโ€ popup on mobile devices, allowing users to share URLs, text, or files seamlessly across various apps on Android and iOS.
Usage Features:
  • Share URLs, text, a file, or a list of files natively.
  • Supports dynamic links for flexible sharing.
  • Opens the native โ€œshareโ€ popup on Android and iOS.
  • Easy to configure with a title, text, and content to be shared.
  • Compatible only with mobile devices, ensuring native-like user experiences.
FAQ
  • What can I share with this plugin? You can share a URL, text, a file, or a list of files using the native share functionality on mobile devices.
  • How do I trigger the native share popup? Place the plugin element on your Bubble page and use the โ€œShareโ€ action to specify the title, text, URL, or files to be shared.
  • Can this plugin work on desktops? No, this plugin is specifically designed for mobile devices running Android or iOS.
  • Does the plugin support dynamic links? Yes, you can use dynamic links for sharing, enabling flexibility for personalized or context-based content.
  • What happens if I provide both a file and a list of files? If a list of files is provided, the single file field will be ignored, and the list will be used for sharing instead.
Risk-free Trial
The most risk-free way to try out this plugin is to subscribe to it. If you unsubscribe a few days later you will be charged on pro-rata basis, so for example, if the plugin monthly price is $5 then youโ€™d pay only 17ยข per day ($5/30 days)!
Image without caption

How to setup

  1. Set up Share Action:
      • In the Element Actions, configure the different share options (such as text, URL, images) that users will be able to share from your app.
      • You can use dynamic data from your app for the shared content (like text, images, and URLs).

Plugin Actions

  1. Share - The Share action allows you to share content from your app to other apps installed on the user's device, such as messaging apps, social media platforms, email, etc. You can configure different types of content to be shared using this action, such as text, URLs, or files.
    1. Workflow action โ†’ Share.
      Workflow action โ†’ Share.
      Title
      Description
      Type
      Title
      A string representing a title to be shared. May be ignored by the target.
      Text (optional)
      Text
      A string representing text to be shared.
      Text (optional)
      URL
      A string representing a URL to be shared.
      Text (optional)
      File
      Single file to be shared. If List of Files is not empty this field will be ignored.
      File (optional)
      List of Files
      List of files to be shared.
      File (optional)
Image without caption

Changelogs