Uncaught Error: No parameters in result #5468
Replies: 1 comment
-
|
I can confirm what @RicardoTM05 Ricardo said above, I'm the tester in question. Basically, the only reason why I was using the outdated runtime in the first place was that the previous plugin we had for WebView2 was reacting differently to different runtime versions, making some things work properly only in downgraded versions of the runtime - and apparently, for now, it's the case with the current plugin we're working on as well. I know it's somewhat normal for these differences to exist, all I'm saying is that there should be ways to make our work reliable across (most) runtime versions, so that the things that work on some runtimes will also work in others. P.S. Side note, you guys should provide a working uninstallation process for when the runtime isn't present in Add & Remove Programs in Control Panel, because developers want compatibility with as many versions of the runtime as possible (even if it's unlikely that many people would use older runtime versions), so they need to move between them at will. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, we are making a WebView2 plugin for Rainmeter, a desktop customization tool that allows people to create skins (like widgets) for Windows.
Unfortunately we are having an issue:
When we call our API on Google and other sites, it works fine:

But when we try to do it on a site like YouTube it doesn't:

Any idea what could the issue be?
Here's the part where we add the host object:
We are working on C++ (Win32), latest stable SDK (1.0.3650.58), we tried with older versions but the result was the same.
One tester noted that it worked fine on his machine which had an outdated WebView2 runtime version (100.0.1185.29), however, after he upgraded it, it started failing for him as well.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions