-
-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge chromium doesn't run in app mode #605
Comments
hey so i think i found the problem. apparently in edge.py to launch edge eel runs a method called run() and there it does sps.Popen() with the argument "start microsoft-edge:http://localhost:8000/main.html" and that just opens a new tab in edge. can you change the cmd argument at line 9 to take "start msedge --new-window --app=http://localhost:8000/main.html" ? thank you |
As you pointed out, it looks like a code update is required. A related design question... is there any reason to preserve the ability to open up content in a new tab (which might suggest a flag or similar is needed)? I can't think of one... does anyone else have a valid use case? |
Hey @properchopsticks can you review pull request #612 and confirm that it meets your needs? |
So! A few things to cover off here.
|
Eel version
0.14
Describe the bug
hi, i'm trying to open an empty window in eel using edge chromium and it does work but it opens a new tab instead of a window in app mode. does anyone know how to fix this?
To Reproduce
run the following code:
Expected behavior
an edge window should open in app mode instead of a new tab.
Screenshots
n/a
Desktop (please complete the following information):
Additional context
n/a
The text was updated successfully, but these errors were encountered: