Skip to main content

All Questions

Tagged with
0 votes
0 answers
10 views

How do I check if the webview and the app are not focused

My app thinks it is not focused while the <webview> is focused. It checks if the app and the webview's IsFocused function returns true I'd like it to work,not do false positives! I tried GPT3, ...
Ashton Drye's user avatar
0 votes
0 answers
20 views

How to make all new tabs/windows in electron direct to new electron-tabs

I'm currently working on some JavaScript code for a project. My goal is to make Electron open all links that would normally result in "pop-ups" to open in new tabs under the electron-tabs ...
Alex's user avatar
  • 1
-4 votes
0 answers
49 views

Bug in finding image in electron with sqlite [closed]

So, my problem is that my app can't find my image, and on my sqlite database there's just a txt file that says undefined: This function goes immidietely after entering the app ipcMain.on('load-...
Tervix's user avatar
  • 1
0 votes
2 answers
56 views

How do I gray elements based on class name?

I'm trying to grey the border elements smoothly with css smoothing and it does nothing and the elements are 1 pixel thick code: function greyBorder() { var elms ...
Ashton Drye's user avatar
0 votes
0 answers
24 views

Creating a Logger for the electron application [closed]

I want to create a logger to handle all the logs inside the application. To offload logger tasks such as writing logs to the file, rotating the log files, and sending logs to different monitoring ...
Jithin Vijayan's user avatar
0 votes
0 answers
19 views

Issue with OAuth Redirect in Electron App Using Nextron Framework in Production

to authenticate and interact with YouTube APIs. The app works perfectly in development mode, but I am facing an issue in production mode regarding the OAuth redirect URI. In development mode, the ...
Muneeb Chaudhry's user avatar
0 votes
0 answers
22 views

I am practice ipcRenderer but I can not see the result which i think would happen

I am a student and actually English is not my native language so there must be lots of grammer problem I'm so sorry.And just like what I wrote on title I'm learning how to use ipcRenderer but it didn'...
張丞維's user avatar
-1 votes
0 answers
19 views

How to get the device ID and device type in Electron.js with React.js and TypeScript?

I am working on an Electron.js application that uses React.js and TypeScript. I need to obtain the device ID and device type within my application. Here is a brief overview of my setup and what I've ...
Lalchand Sharma's user avatar
-3 votes
1 answer
41 views

webContents not defined error. how to fix? [closed]

I am a beginner coder and not that good so please don't mind my code, I am trying to make an application in electron js that opens an image file and displays it in the app. and I am having to send a ...
codegame123's user avatar
-1 votes
0 answers
20 views

electron opens raw main file source code in my native browser

When I run my electronjs app (electron . or electron electron.js) instead of opening a electron tab it opens the electron.js file in my browser (opera) as if it were a text file I figured out that the ...
iEnis's user avatar
  • 13
0 votes
0 answers
18 views

Angular 14 and Electron js Outlook integration doesn't work after creadentials given

We have used @azure/msal-angular For outlook integration in our system. let result = await this.msalService .loginPopup({ scopes: [ 'user.read', 'Mail....
Henil Mehta's user avatar
-1 votes
0 answers
44 views

No icon is displayed

The following problem needs to be solved: when you drag shortcuts to the container, they are duplicated and their image is not displayed. Below I provide the main code of node js electron and renderer....
UserAndroidDeveloper's user avatar
0 votes
0 answers
29 views

Uncaught TypeError: Cannot read properties of undefined (reading 'send')

`Windows; MS Code; "Electron" 5.0.4, simple desktop text editing app I get the following error after clicking the save button; the button is located on the "index.html" page in a &...
Sam McGraw's user avatar
0 votes
0 answers
22 views

Load React or Angular Component In OpenFin

I am trying to get an OpenFin app to run using the Platform API: https://developers.openfin.co/of-docs/docs/platform-getting-started I can get a 'platform' running, and x2 panels using the example in ...
Oam Psy's user avatar
  • 8,621
-2 votes
0 answers
20 views

How to create electron app that will replace windows desktop

How can i develop an app, that can be used instead of default windows desktop, couldn't find any tutorials online, so I'm asking here I only found some ways of using kodi, but I want exactly electron ...
rllynotfox's user avatar

15 30 50 per page
1
2 3 4 5
424