electron-vite-vue
electron-vite-vue copied to clipboard
[Help] multiple tabs
Hello !
Is there a way to create multiple tabs in the same window ?
Thank you
Here are two cases.
https://github.com/caoxiemeihao/electron-vite-samples/tree/main/multiple-renderer https://github.com/caoxiemeihao/electron-vite-samples/tree/main/multiple-window
Or you can see this 👉 https://www.npmjs.com/package/electron-tabs
Thank you for your reply,
The two examples you sent don't allow multiple tabs, they allow to open a new window but not new tabs in the same window.
The module electron-tabs matches my needs, but it's based on webviews, which are obsolete in the latest Electron versions. BrowserViews are recommended instead.