Skip to main content

All Questions

Tagged with
0 votes
1 answer
335 views

Cannot access 'AutocompleteDirectionsHandler' before initialization for Google Api

I am trying to access the Google Maps and Autocomplete API. Here is the error I am getting at the Uncaught (in promise) ReferenceError: Cannot access 'AutocompleteDirectionsHandler' before ...
Sabrina D's user avatar
5 votes
0 answers
286 views

Electron app doesnt launch after modefing app.asar on macOS

So l am trying to modify an electron application. Firstly, I extracted app.asar into a folder then modefed an html file and launched the program. And it worked, my html was applyed to this application....
СТЁПА's user avatar
1 vote
1 answer
103 views

How can I access DOM elements in Electron Js App?

I am creating a Electron JS webapp with multiple pages for a project. So far I have created a new page in a different folder for my To Do list feature. I am running into a problem because when I enter ...
Shantel Wilson's user avatar
0 votes
1 answer
84 views

I can't get my html to execute my js file on Electron

I might be really bad at this but I've spent the last two hours on it so if someone could indicate me what's wrong I would be eternally grateful. I am training on Electron and I am trying to make this ...
W B's user avatar
  • 13
0 votes
0 answers
32 views

Electron React upload image from USB Path only

html input file attribute open file choosing in computer and can see all folder, can it customized to only open specific path like USB(cannot open other folder).
enddyrama's user avatar
1 vote
0 answers
43 views

Symbolic linked images not loading in Electron app in Windows

If I open the symbolic link with PAINT, I can see the expected image. So it means that the symbolic link is working. The only issue is when I load the image using Electron app in Windows. ....
Shanavas P S's user avatar
-1 votes
1 answer
71 views

How to create an app on ElectronJS which after button click it logs out "Hello world!" in console?

Help me please! Everything you can imagine and everything out of human imagination. Here is html: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <...
captainowl's user avatar
0 votes
1 answer
183 views

How can I check if app is being minimized from minimize icon or by clicking taskbar app icon?

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 and minimize when clicked from the taskbar. win.on(&...
Sandy_7's user avatar
  • 11
0 votes
1 answer
56 views

How can I add a row to my html document for every player including their stats?

The code currently takes from a .log I have, and grabs the username of players in my lobby and returns stats (# of wins, level, etc.) of the player onto an electron HTML page in a table. Currently, it ...
user avatar
0 votes
1 answer
73 views

positioning elements, i want to position the elements like this picture:- but i dont know how

i want to align the elements in the #gameInpBox like the image billow body{ margin: 0px; font-family: 'Signika Negative', sans-serif; background-color: #252525; color: #f8f9fa; } .dim { ...
Mfa's user avatar
  • 59
0 votes
2 answers
53 views

React js Electron - loading indefinitely

my localhost window is loading indefinitely, if i dont put the return right next to the function App() { but since i want to put stuff inbetween, it completly shuts down. Why is this the case? Please ...
Shirua's user avatar
  • 3
0 votes
0 answers
70 views

Make Navbar stick to the top after redirecting to another html with href

I just finished learning the basics and trying to get some practice in. My problem is that I can't get the navbar/sidebar to stick at all times even after redirecting to another HTML. How do I do that?...
Shirua's user avatar
  • 3
3 votes
2 answers
3k views

Open external application with electron

I want to create a personal app with Electron to manage other apps on my device. The problem is that I try in different ways to create a link that opens my own .exe applications but this is not ...
Maximo Sorondo's user avatar
0 votes
0 answers
120 views

Remove space at the end of html in electron

My electron application shows me a space at the end of the HTML. I am not able to adjust it to the size of the window. I think the problem is in the electron configuration and not in the HTML. I have ...
Xaime Pardal's user avatar
5 votes
2 answers
8k views

How can I change the background color of a radio button's "circle" by CSS?

I'm developing an electron app using the react, and I must implement the radio button following the below prototype image. As you can see, I'd like to change the background color (the color code is ...
jjjkkkjjj's user avatar

15 30 50 per page
1
3 4
5
6 7
59