Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron Plugin documentation #1223

Open
2 tasks
pjc2007 opened this issue Dec 19, 2021 · 1 comment
Open
2 tasks

Electron Plugin documentation #1223

pjc2007 opened this issue Dec 19, 2021 · 1 comment

Comments

@pjc2007
Copy link

pjc2007 commented Dec 19, 2021

Issue Type

  • Bug Report
  • [ x] Feature Request
  • Support Question

Description

Just reading the announcement at https://cordova.apache.org/announcements/2021/09/06/cordova-electron-release-3.0.0.html..

 Cordova Plugin Support
 In the earlier releases of Cordova Electron, we didn't have a proper plugin system in place.

Was there going to be some new documentation on how to use this?

eg I have an Ionic/Cordova application where I wish to add Electron (to take over from the disbanded Windows UWP), but I need to support plugins such as File, email, SQLite etc

Thankyou

@breautek
Copy link
Contributor

breautek commented Jan 6, 2022

I'll move this issue to the cordova-docs repo, we don't have documentation for electron specific plugins.

Just a brief notes on how electron platform will look for electron implementations in the plugin or falls back to the browser implementation if electron is missing.

but I need to support plugins such as File, email, SQLite etc

While the electron platform now supports plugins, our cordova-plugin-file does lack an electron implementation. Apache doesn't maintain any email or SQLite plugin, so you'll need to request electron support from their respective maintainers.

@breautek breautek transferred this issue from apache/cordova Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants