lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.79k stars 885 forks source link

Webview is IE7 #696

Open yale8848 opened 3 years ago

yale8848 commented 3 years ago

I find browser type is IE7 when i test webview in windows10 , how do i modify this?

StephanVerbeeck commented 3 years ago

That is currently not supported. The reason IE7 is still used as view window is that the old internet explorer ALSO has the code to show directories like the file browser does this. In fact the file browser, directory browser and the old web browser are THE SAME program and that makes it very hard for Microsoft to disconnect the internal dependency that windows 10 still has with this old code. This is very unfortunate but that means that there is also no easy fix for this issue in GOlang and in walk.

pierrejoye commented 2 years ago

Maybe a little updated question. Also it could be done using webview2 (chromium Edge engine).

I am learning Walk, however I suppose it could be done using a custom widget as well and gowebview2? or directly using webview2 (via webview2loader etc)? Am I correct or am I missing some obvious limitation(s)?

yale8848 commented 2 years ago

Maybe a little updated question. Also it could be done using webview2 (chromium Edge engine).

I am learning Walk, however I suppose it could be done using a custom widget as well and gowebview2? or directly using webview2 (via webview2loader etc)? Am I correct or am I missing some obvious limitation(s)?

@pierrejoye I also have this question, and it seems that walk can not use webview2.

pierrejoye commented 2 years ago

The current implementation invokes the legacy (well it is still the default on windows until next year afair) webview.

What I mean is anyone tried to create a custom widget to render a webview2 component. I never created custom widget for walk however I do use webview2 from go (simple create window and a webview in it).

best,

On Tue, Dec 28, 2021, 3:57 PM Yale @.***> wrote:

Maybe a little updated question. Also it could be done using webview2 (chromium Edge engine).

I am learning Walk, however I suppose it could be done using a custom widget as well and gowebview2? or directly using webview2 (via webview2loader etc)? Am I correct or am I missing some obvious limitation(s)?

I also have this question, and it seems that walk can not use webview2.

— Reply to this email directly, view it on GitHub https://github.com/lxn/walk/issues/696#issuecomment-1001947645, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACE6KG7C5IOAKUGYA4HFWLUTF3YJANCNFSM4OZHYD4A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>