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

**Is your feature request related to a problem? Please describe.** How to Open external Link from electron app in browser? **Describe the solution you'd like** i have `window.open('https://google.com', '_blank')` its...

Fixes #262 you dont need to include the 'package.json' in the `require.resolve` which solves the `unable to find xyz, are you sure xyz is installed?` message also fixes if you...

The plugin shows the message "Error occurred in handler for 'CapacitorSQLite-executeSet': Error: ExecuteSet failed: TypeError: Cannot read properties of undefined (reading 'lastId')" when i pass an 'executeSet' like: `[ {statement:...

Reason: https://github.com/capacitor-community/electron/issues/269

The config type import was `ElectronCapacitorConfig` but should be `CapacitorElectronConfig`

**Describe the bug** When running npx cap sync @capacitor-community/electron on a Ionic7 Vite React or Vue App i got the following message: **To Reproduce** Steps to reproduce the behavior: 1...

**Describe the bug** I have two issues with a newly created application. - I have created a new `react-vite` ionic project using their CLI - Following getting started guide, I...

Bumps [electron](https://github.com/electron/electron) from 26.2.2 to 26.2.4. Release notes Sourced from electron's releases. electron v26.2.4 Release Notes for v26.2.4 Features Detect system dark theme preference via xdg settings portal on Linux....

dependencies

the `includePlugins` directive is a plugin whitelist already supported by the `android` and `ios` platforms. (see https://capacitorjs.com/docs/config#schema) Note that most of the `loadConfig*` functions are from the [config file](https://github.com/ionic-team/capacitor/blob/3abdbed38844d5d59d244f6f0dfc2647f29ce446/cli/src/config.ts#L167) of...

**Describe the bug** After build, I install like your doc says. but when I try to run I get [UnhandledPromiseRejection: This error originated either by throwing inside of an async...