Skip to main content

All Questions

Tagged with
-1 votes
0 answers
40 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
52 views

Dropdown menu overlaps with component in Vue app

I had a Vue electron app, in which Home view component has 3 child components which are in single column one after the other, I have a b-dropdown in middle component when I scroll up the opened ...
satishVudata's user avatar
1 vote
1 answer
44 views

How to use context isolation ture with node integration false, In frontend without using Routes instead Js File for load the context body?

I can't use Electron Forge, so in order avoid duplicating header in HTML files, I want the base of the content load using JS function, within the page also I need to do the execution as well HTML ...
Sasanka Weerakoon's user avatar
0 votes
0 answers
41 views

How can I modify the image and color of scrollbar buttons in HTML and CSS?

When I developed software using Electron, I found that its built-in scrollbar was not very attractive: Electron's built-in scrollbar style I decided to customize the scrollbar style. My CSS style and ...
Juruoer's user avatar
0 votes
2 answers
49 views

How to make user data persistent in local storage in electron-app?

I'm building a tasks-to-do application using electron. As I'm new using it, I have found a lot of problems to make the tasks already uploaded persistent in the application. I'm creating the tasks ...
MavapeGZ's user avatar
0 votes
2 answers
37 views

can't change height of webview element

I am creating a desktop web browser (target platform is Windows) using electron. I am using a <webview> element to display the contents of a target URL. I am unable to change its height, despite ...
Atomic Peanut's user avatar
0 votes
1 answer
39 views

Multiple html pages in electron forge app

I'm trying to make a desktop app using Electron Forge. The app design consists of an index.html page for the home page. The home page contains a button when pressed will cause the app to do some ...
random's user avatar
  • 19
4 votes
0 answers
415 views

FATAL:gpu_data_manager_impl_private.cc(448)] GPU process isn't usable. Goodbye

Trying to setup Electron on my computer, to setup .exe files for my HTML/CSS/JS projects I'm currently developing on Windows and got this: [3088:0525/235414.074:ERROR:gpu_process_host.cc(991)] GPU ...
easr97's user avatar
  • 41
1 vote
1 answer
98 views

Why does my 'includes' statement require the entire string?

I am trying to use an 'if includes' statement within my Node JS project to filter the results pulled from a .txt file. The idea is that the serial number a user inputs correlates to specific models ...
CB700's user avatar
  • 23
0 votes
2 answers
115 views

Error when Loading js file in HTML. HTML unable to load my js file

I tried loading js code in html but no js functionality is reflected in my code. here is my html snippet <!DOCTYPE html> <html> <head> Point Of Sale <link href="css/...
HARRISON KURIA's user avatar
0 votes
0 answers
31 views

Full screen in Electron js adds a blank space at the bottom

I have an electron desktop app where in some modules there is a functionality to view videos in full screen like this - Notice that you can see the top navigation bar and there is no white strip at ...
Anveeg Sinha's user avatar
0 votes
0 answers
36 views

Electron App: How to post electron app HTML form fields to the corresponding postgreSQL table columns

I am making an electron app. I created a table on pgadmin4 called "test". I want to submit the form "test" on my app's interface - for each corresponding field (TestLastName, ...
user23568061's user avatar
0 votes
0 answers
40 views

How to enable window maximization on Electron?

The maximize button on my Electron app is grayed out/disabled. I didn't do this in my code and I am using Windows 11. This is my code: import { app, BrowserWindow } from 'electron'; const ...
Mahmoud Walid's user avatar
1 vote
1 answer
36 views

How to create a new browser window in Electron Angular app with a given component as stat screen

I have an existing Electron Angular app all running fine. I want to create a new window on a button click and have that window use a given Angular component for it's initial UI content. So I make a ...
gnitsuk's user avatar
  • 169
0 votes
1 answer
36 views

Electron handling stuck BrowserView

I'm building application that basically will host other webpages inside of it as sub view (BrowserViews), similar to how chrome render different tabs in one window (BrowserWindow). I'm facing an issue ...
Itay Elkouby's user avatar

15 30 50 per page
1
2 3 4 5
59