Eel icon indicating copy to clipboard operation
Eel copied to clipboard

eel.show() should allow for a path for routing

Open bryaan opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. eel.show({port: 9100}, path='/my-special-page')

This should work. This allows the js logic to specify the page to open in the new window that show() opens.

This should build the path: "http://localhost:9100/my-special-page"

Note I am using a js framework that does its own routing and uses a single index.html page for the entire app.

bryaan avatar Feb 16 '23 02:02 bryaan