You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say that I've created my plugin (following npm init @capacitor/plugin@latest)
Now, let's say that inside this plugin I'd like to call other plugins as well (for example, installing the Clipboard plugin inside of this new plugin):
Is that possible? (then, how it would be? I've attempted various approaches but haven't found a working solution)
Would that make sense? (I know Capacitor's philosophy of focusing on a single functionality per plugin. In this case, should all code and plugin interactions be bundled within the main app, the one that the end user will utilize?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let's say that I've created my plugin (following
npm init @capacitor/plugin@latest
)Now, let's say that inside this plugin I'd like to call other plugins as well (for example, installing the
Clipboard
plugin inside of this new plugin):Beta Was this translation helpful? Give feedback.
All reactions