#How to create new tabs?
8 messages · Page 1 of 1 (latest)
window.open
can you please elaborate ? like where exactly should I use this
When you want to open new tab
I have tried it but it is not working
cant be
8 messages · Page 1 of 1 (latest)
I am using vite + React + React-router-dom and the latest version of electron. How do I open a new tab using this configuration ? The usual ways that have been suggested are using target=blank for urls but since I am using react-router-dom this can not be implemented in every scenario.
Any sort of help would be appreciated.
window.open
can you please elaborate ? like where exactly should I use this
When you want to open new tab
I have tried it but it is not working
cant be