Eel icon indicating copy to clipboard operation
Eel copied to clipboard

Support Firefox browser

Open samuelhwilliams opened this issue 4 years ago • 3 comments

samuelhwilliams avatar Jun 18 '20 12:06 samuelhwilliams

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)'.

  1. 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.
  2. 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.

gevorg-vardanyan-im avatar Aug 13 '20 15:08 gevorg-vardanyan-im

I'd also like to be able to use Firefox instead of Chromium

moshimeow avatar Nov 09 '20 15:11 moshimeow

Does not it work like this, mode=chrome-app?

'chrome-app' for firefox

Just seen it here: https://dev.to/kodark/eel-options-4hhj

e3rd avatar Dec 20 '22 14:12 e3rd