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

Use another browser engine than IE11 #21

Open
manuth opened this issue Jan 20, 2020 · 1 comment
Open

Use another browser engine than IE11 #21

manuth opened this issue Jan 20, 2020 · 1 comment

Comments

@manuth
Copy link

manuth commented Jan 20, 2020

In order to get JavaScript-components to work I'd recommend to either completely drop the WebClient or to use something like electron (does this even exist for Go?) aka. Chromium as browser-engine.

@cdujeu
Copy link
Member

cdujeu commented Jan 20, 2020

The lib we are using for creating the WebView (which does more or less the work of electron) provides bindings to OS-native webview, thus using IE11 on windows. They also provide bindings to the more recent implementation for windows, we've been looking at this experimental branch, but having some difficulties to build for the moment.
That said, except for one or two glitches that are to be fixed soon, the js DOES work in this IE11 implementation !

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

2 participants