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

EdgeHTML #20

Closed
notriddle opened this issue May 4, 2018 · 2 comments
Closed

EdgeHTML #20

notriddle opened this issue May 4, 2018 · 2 comments

Comments

@notriddle
Copy link

notriddle commented May 4, 2018

You shouldn't have to target IE11 unless you want to support Windows 8 or earlier.

@Boscop
Copy link
Owner

Boscop commented May 4, 2018

We are using https://github.com/zserge/webview which uses MSHTML (IE11's engine).
This project is only providing a Rust FFI for it, so you may want to raise this issue on the upstream repo :)
In the future we should strive to support Edge, too, but always with IE as fallback.
Or we might even want to support Webkit on Windows, too..
Btw, I know a lot of people who don't have Edge installed who are using Win 8.1..

@Boscop Boscop closed this as completed May 4, 2018
@Boscop
Copy link
Owner

Boscop commented May 4, 2018

Btw, if you're interested in Edge support, you might want to use this:
https://github.com/quadrupleslap/tether
But it doesn't seem to work on Win 8.1

We are also willing to merge a PR that adds Edge support to this crate (with IE as fallback) :)

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

No branches or pull requests

2 participants