Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
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
0 votes
1 answer
55 views

Designing a HTML5 / JS product as both a website and standalone application [closed]

I wish to create an app written entirely in HTML5 / CSS / JavaScript / JSON, something I've done before in browser exclusive format and am familiar with. This time however I need to do something ...
MirceaKitsune's user avatar
0 votes
1 answer
151 views

HTML button not working on mobile device when connected to local host server on laptop

My problem is that localhost port 3000 is hosting a Nodejs web-app and this web-app has a button that sends a message to another electron app hosted on the same laptop. So you press the button and a ...
hinsonan's user avatar
0 votes
6 answers
5k views

How to avoid line breaks in header tags?

I am using header tags, and I don't want line breaks after them. I tried to use the display: inline; property, but it didn't work. HTML: <h5>Token No.:</h5> <h4>147</h4> ...
Udasi Tharani's user avatar
-1 votes
2 answers
1k views

Electron create a first launch page

I want to know how to make a page that show up once and then never show again, or make a check-box "Never show me again" like visual studio code when you first launch it.
Walplay Dev's user avatar
1 vote
0 answers
2k views

Electron internal css doesn´t work

I can´t style my html file with internal css. I would like to use internal because its better then inline. Inline works. Thats my html file linking. <link rel="stylesheet" type="text/css" href="/...
MichaelDev's user avatar
0 votes
2 answers
79 views

Best way to link two webpages or webapps

I have created a simple webpage/app which has four buttons I use to play a sample when I am streaming games. What I am looking for is a way to get a link to another webpage which I would then add as a ...
Paul van der Heu's user avatar