ShaunLoganOracle
ShaunLoganOracle
Thanks for your response, @champnic We'll take a look asap.
@champnic We have confirmed with SDK 1.0.2806-prerelease that we no longer see the "Unable to find an entry point named '?' in DLL 'WebView2Loader.dll'." error calling `CoreWebView2Environment.GetAvailableBrowserVersionString (); // with...
re: your fix - great! we'll look forward to that appearing in a stable SDK soon. re: Office team upgrading their SDK - we understand that different product groups have...
In the version of the SDK I use (1.0.705.50), for WinForms, I see CoreWebView2.NavigateToString has a 2MB limit specified in the doc for that method. ``` // // Summary: //...
@champnic Update: I still see issues with keyboard focus getting stuck using SDK 1.0.902.49 and WV2 runtime 93.0.961.38 The bad behavior in #933 where there was a crash/hang is fixed....
@champnic Update: customers are still encountering this "focus getting stuck" issue using WV2 RT 98.0.1108.55 and our add-in code using the WV2 SDK 1.0.902.49. As our adoption of WebView2 gets...
Thanks. My add-in supports Win 10 & 11 only so I'll try this shortly and report back.
I tried this by setting a System Environment variable (as spec'd above) in the Settings app and then running Excel and trying my use case. The stolen keyboard focus issue...
Observation: by setting this environment variable programmatically in my add-in (running in the Excel process), any other usages of WebView2 in that process will presumably have their behavior changed too....
@champnic After some more testing, I have to report that this workaround setting the env. variable does not work for us. Yes, it appears to resolve the issue in the...