#How to create new tabs?

8 messages · Page 1 of 1 (latest)

vivid swallow
#

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.

mint brook
#

window.open

vivid swallow
mint brook
#

When you want to open new tab

vivid swallow
mint brook
#

cant be

woeful ore
#

This will probably open in new window and not new tab

#

"isnt working" is not helpful. What is happening?