Home > Software design >  open native share dialog in ionic (cordova)
open native share dialog in ionic (cordova)

Time:12-16

Is it possible to open a native share dialog in Ionic cordova like the one used by Capacitor Share dialog

CodePudding user response:

In ionic there is only Share plugin available to share files in different apps if you want this type of share dialog you can make plugin or customize share plugin for future use here is documentation for plugin creation or you can add feature request in Share plugin Github repository

CodePudding user response:

There isn't any direct way to use capacitor plugins in cordova.

  • Related