[Still Unsolved] How To Make An Input Box in Electron JS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

[Still Unsolved] How To Make An Input Box in Electron JS?

Please Help Me, I Am New To Node Programming And Need Help On: How To Make An Input Box in Electron JS...

1st Aug 2021, 11:28 AM
Sancho Godinho
Sancho Godinho - avatar
2 Answers
+ 3
To make input box in electron.js is the same as make input box in a webpage. Make an index.html file with <input type="text" /> And use electron.app and electron.BrowserWindow to link index.html with the app.
1st Aug 2021, 3:04 PM
Calviղ
Calviղ - avatar
+ 1
Thanks :) But, I Also Want To Use Another Browser Window with It How Will I Do It?
1st Aug 2021, 5:06 PM
Sancho Godinho
Sancho Godinho - avatar