Skip to content
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

Embedded Browser Engine for Portability #709

Open
dennismhango opened this issue Nov 27, 2023 · 0 comments
Open

Embedded Browser Engine for Portability #709

dennismhango opened this issue Nov 27, 2023 · 0 comments

Comments

@dennismhango
Copy link

I am developing a multiplatform desktop Point of Sale with Eel GUI. I have been testing it on Windows and Linux (different OS flavours). One of the challenges I have encountered is browser availability on some operating systems. This is creating complications when deploying the compiled application.

I am suggesting that there should be an embedded Web Browser Engine within eel deployment. That could run virtually behind the scenes and the GUI app would fire easily and seamlessly anywhere you deploy it. It is a known fact that this will make the application bigger but would improve deployment challenges. Developers should have choices to use it or use external browsers.

I have been trying to use portable browsers like Brave when deploying on platforms that have no Web browsers currently installed but some web browsers are not cross platform so one has to keep a list of them. Keep in mind that when deploying applications like Point of Sale on client machines it is recommended to use stripped down operating systems.

It would also be great if during compilation one would have option to include it or ignore it if size is an issue. I am not sure if anyone has come across this challenge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant