inweid
inweid

Reputation: 31

How to open a new window, which will be a child of the current one and located inside it

How to open a new window, which will be a child of the current one and located inside it? For example: like Google Chrome tabs

Upvotes: 1

Views: 48

Answers (1)

patrickeller
patrickeller

Reputation: 23

If i understand you right you want to load multiple files in one window without merging their styles. In this case you should take a look at the webview tag. It's like an fully controllable iframe.

See: https://electronjs.org/docs/api/webview-tag

Upvotes: 1

Related Questions