electron icon indicating copy to clipboard operation
electron copied to clipboard

Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Electron platform! 🖥️

Results 70 electron issues
Sort by recently updated
recently updated
newest added

I added electron to my capacitor project, I'm having problems with the Filesystem plugin. I downloaded some pdf files and saved with the method ``` let result = await Filesystem.writeFile...

plugin update needed

What's the recommended approach for an Ionic+Capacitor app to access the filesystem via Electron? There's a couple of options: 1. Ionic's File plugin: https://ionicframework.com/docs/native/file 2. Capacitor's Filesystem plugin: https://capacitorjs.com/docs/apis/filesystem But...

feature request

**Is your feature request related to a problem? Please describe.** I have seen that support for "Livereload for Ionic React app" (#50), however, I wonder if it'd be possible to...

feature request

**Is your feature request related to a problem? Please describe.** This is more a general request for advise than a feature request. An app I am looking to build requires...

**Is your feature request related to a problem? Please describe.** Android and iOS capacitor applications can choose an alternative location for their source using the `android.path` and `ios.path` configuration properties...

feature request

**Describe the bug** When I use Capacitor with `bundledWebRuntime` enabled, installed Plugins aren't automatically registered. Only after the plugin is `required` it gets registered. So you can't use `Capacitor.Plugins.MyPlugin` directly,...

enhancement

**Describe the bug** I haven't been able to figure out how to share the data in the various storage mechanisms between the main window and new browser windows I create...

enhancement

**Describe the bug** Embedding Stripe.js integration requires HTTPS as the security protocol. Right now the base url is capacitor-electron://. **To Reproduce** 1. install nix-stripe 2. Compile the app and run...

enhancement

**Describe the bug** I am unable to produce a package for MAS upload that will pass validation in transporter. Asset validation failed (90296) App sandbox not enabled. The following executables...

**Is your feature request related to a problem? Please describe.** Is there a way to support the new Capacitor HTTP plugin they demoed at Q3 update? See: https://youtu.be/NLHF3e4eMtA?t=1908 https://capacitorjs.com/docs/apis/http I've...