Is there a way for next-auth to work inside electron js app? Because I heard that API Routes and specially dynamic API Routes don't work with electron ...
Is there a way for next-auth to work inside electron js app? Because I heard that API Routes and specially dynamic API Routes don't work with electron ...
I am building a Vue JS application inside electron JS. On Unix operating systems, it works perfectly fine, but on Windows, I facing the problem that p ...
1. The problem I've encountered Hi, I'm currently making a desktop application with Electron.js. Meanwhile, I have needed a feature of taking a scree ...
I am very new to Electron, nodejs and D3 and I am trying to import d3 so I can use it for data visualisation. My app is running Electron version 22.0 ...
I have been trying to build an app for file managing and different stuff for work. One of the feautures is to open links in windows file explorer, but ...
I'm trying to create a page so that the window is transparent but the content is visible. How to android studio emulator After all, Studio can see th ...
I want to show the version of Electron on my React.js web page. How can I do it? I tried to use the ipcRender and ipcMain but I failed. ...
. Answers to this question are eligible for a +500 reputation bounty. A ...
Here is my package.js file { "name": "cabed", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": ...
I have created an electron app having angular as frontend.And in backend i have used MySql db. I want to do following things after i make release vers ...
I have just started using Electron. This is the start of my preload.js: const { contextBridge } = require('electron'); require('dotenv').config(); / ...
I have built an Electron based application using Angular, and now I am trying to integrate Heap session recording. So far am able to record the sessio ...
So basically we want to develop a desktop application which will be installed on multiple computers placed on billing counter of the restaurant. Cust ...
I made a electron app a couple years ago. now like to update for a little bit diiferint usage. When I try to run this after updating electron and lib ...
Trying to extend Electron app. import { app } from "electron" app.foo = "bar" // Property 'foo' does not exist on type 'App'.ts(2339) Above works ...
I am writing an Electron application. I'm using HTML + CSS + JAVASCRIPT with Electron. As you can see below, I have a form and I keep this form inform ...
I'm using react-chart-js 2 to display continuous data in scatter chart form. I wanted to put options on the charts but some of them do not work proper ...
I have an issue with an Electron app (19.x) built with React (18). One of my testers, when leaving the application running overnight, will occasional ...
I'm wondering if it's possible to run a program in WSL from an Electron application on Windows. The situation is that I have a binary which only runs ...
I have added functionality where the app hides in the background on window.minimize. But I want to hide it only when the minimize button is clicked an ...