Eel
Eel copied to clipboard
Support Firefox browser
Hi all. I am trying to use 'firefox' value for the 'mode' key in the eel.start() method. I have also mentioned 'size=(100, 100)'.
- When I am executing the code it opens up the 'http://localhost:8000/main.html' as a firefox new tab and ignores the passed 'size' argument.
- It also does not detach the new tab from the firefox browser unlike in the chrome case.
NOTE: I just installed eel. Below is my current versions list:
- Eel - 0.13.2
- python - 3.6.9
- pip - 20.2.2
I have opened the 'browsers.py' file and observed this:
- #import eel.firefox as ffx TODO
I am assuming that the full firefox support is not ready to use, but anyway, can I do some workaround to makes above points working ?
Thanks in advance.
I'd also like to be able to use Firefox instead of Chromium
Does not it work like this, mode=chrome-app
?
'chrome-app' for firefox
Just seen it here: https://dev.to/kodark/eel-options-4hhj