L1nkZ / rpatchur

A customizable, cross-platform patcher for Ragnarok Online clients.
https://l1nkz.github.io/rpatchur/
Apache License 2.0
50 stars 34 forks source link

Navigator issue ? #37

Open Shaktohh opened 3 years ago

Shaktohh commented 3 years ago

Hello,

I just saw that Microsoft end his support for IE11 on 2022. What is happening if an user doesn't have IE on his computer ?

Regards,

L1nkZ commented 3 years ago

Hi @Shaktohh,

Well yes, IE11 supports end, but that mainly impacts the desktop application if I understood correctly. The actual mshtml engine will still be present on Windows, at least until IE mode is supported (which is until 2029 at least, according to Microsoft).

Anyway, I've been thinking about migrating rpatchur to wry for some time, which is a crate that uses WebView2 on Windows. That would solve this issue and would also allow people to use Chromium's engine to render their UI on Windows 7 and later.