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 noticed this today while setting up my build. The export is actually called `CapacitorElectronConfig` but the docs reference `ElectronCapacitorConfig`. There appears to be a build directory committed (`/docs`) that...

I'm using the capacitor App plugin and trying to get URL from which the app is opened (I need to handle deep link) npm install @capacitor/app npx cap sync App.addListener('appUrlOpen',...

needs reply

Apologies if this is in the documentation, I've looked through them and couldn't find the answer. What is the appropriate way of detecting that capacitor is running through electron? The...

I have recently update the capacitor library for my ionic project. But after update the capacitor library my android and ios versions are working fine. But my windows version not...

Currently I'm using capacitor-community/electron with Phaser 3 and when attempting to build for desktop (Windows) I get these errors below. ![Capture](https://user-images.githubusercontent.com/8682781/164738151-c0777120-4c3c-4092-8559-64afcf822f12.PNG) I had no issues building to iOS and Android...

**Describe the bug** Windows In-App Purchase Not Working From Electron Application **To Reproduce** We have written C# methods to connect Microsoft store, get the list of product add ons and...

**Describe the bug** I want to fill an Uint8Array from a Native Node Module, without Coping Data (share the resource). With plane Electron, I can share the Pointer from the...

**Describe the bug** Hi @IT-MikeS, first of i want to thank you for all the work you are doing and for your reply in my other issue, I did not...

plugin update needed

**Describe the bug** Just migrated from electron 8.5.5 to 19.0.9 for an electron ionic desktop application project. When trying to open electron window with the command 'npx cap open electron',...

The splash size was not fitting the window, now it's covering it rightly. For example, a splashscreen of 400x400 with an image of 400x400, or any same ratio was resizing...