renderer not changing/using wrong renderer #827
Unanswered
dongfanglong2012
asked this question in
Q&A
Replies: 2 comments 4 replies
-
This means that edgechromium is not available on your system and it falls back to edgehtml. You have to have Edge Webview2 runtime installed first. |
Beta Was this translation helpful? Give feedback.
3 replies
-
pywebview/webview/platforms/winforms.py Line 65 in 7641414 Could you debug this code and see what it returns and what dependencies it is missing? Did you install this runtime? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project that after doing some testing seems to always load using the edgehtml gui on my other computer. This breaks the scrollbars and a in general makes things not work right. On the computer I made it on it uses the right one though. I tried using
webview.start(api.set_window, window, gui='edgechromium')
per the web engine page but it doesn't seem to matter. when i take it to the other computer it uses the edgehtml one. If i load the .html file in a edge or chrome browser it loads right. But for some reason it seems on my other computer the gui flag doesn't seem tot do anything. Am I missing a setting somewhere? I have tried all of them and it seems no matter what one i set it too on the other computer it uses edgehtml.Beta Was this translation helpful? Give feedback.
All reactions