You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2021/12/19 09:39:51 UTC

[GitHub] [cordova] pjc2007 opened a new issue #309: Electron Plugin documentation

pjc2007 opened a new issue #309:
URL: https://github.com/apache/cordova/issues/309


   <!--
   Please have a look at the issue templates you get when you click "New issue" in the GitHub UI.
   We very much prefer issues created by using one of these templates.
   -->
   
   ### Issue Type
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] 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?
   
   Thankyou


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] breautek commented on issue #309: Electron Plugin documentation

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #309:
URL: https://github.com/apache/cordova/issues/309#issuecomment-1006683856


   I'll move this issue to the cordova-docs repo, we don't have documentation for electron specific plugins.
   
   Just a [brief notes](https://cordova.apache.org/docs/en/10.x/guide/platforms/electron/index.html#plugins) 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org