Phát triển thành công thiết bị điện tử mỏng nhất thế giới
Các nhà khoa học phát triển một thiết bị tí hon chỉ dày bằng hai nguyên tử, có thể sử dụng để lưu trữ thông tin.
electron.manifest.json is not copying files or icons
I have the following electron.manifest.json file
Why is there an installing window when I open the sample app built by electron?
Installation of electron-winstaller is so slow
[2/4] Fetching packages… [3/4] Linking dependencies… [4/4] Building fresh packages… [1/2] ⠠ electron-winstaller [2/2] ⠠ electron When I install the dependency, it always gets stuck in step shown above. Here is my package.json: { “scripts”: { “start”: “electron-forge start”, “package”: “electron-forge package”, “make”: “electron-forge make” }, “name”: “electron-x”, “version”: “1.0.0”, “main”: “main.js”, “license”: “MIT”, “devDependencies”: […]
install electron-winstaller so slow
[2/4] Fetching packages… [3/4] Linking dependencies… [4/4] Building fresh packages… [1/2] ⠠ electron-winstaller [2/2] ⠠ electron when i install dep,it always stuck in above step here is my package.json { “scripts”: { “start”: “electron-forge start”, “package”: “electron-forge package”, “make”: “electron-forge make” }, “name”: “electron-x”, “version”: “1.0.0”, “main”: “main.js”, “license”: “MIT”, “devDependencies”: { “@electron-forge/cli”: “^7.4.0”, “@electron-forge/maker-deb”: […]
How to implement tabs in Electron: Render offscreen WebContentsView
There is a new powerful feature WebContentsView, which allows to render multiple kinda BrowserWindow
inside a single native window fully isolated.
How to create a minimize button?
index.js
How to keep Electronjs app alive after hide to the tray on Windows
I wrote a Pomodoro app use Electronjs used function setInterval()
to count down from 25:00 to 00:00. When user click minimize or close, the app hide to the tray. But then, sometimes it’s stopped (may be by Windows). How I keep it alive after hide to the tray?
electron 27 version. Configure the configuration of the HTTPS web API to work properly under HTTP
enter image description here
hi, This is the BrowserWindow configuration I used, and even though I set the webSecurity property to false, it still cannot solve the problem of using MediaDevices: getUserMedia.
Electron: I keep getting undefined value from the main process in renderer process
I keep getting undefined value from the main process in renderer process. I am using ipcRenderer.invoke and ipcMain.handle.