Niro
Niro
@bpicard can you share how you solved this on Android?
@rotorgames Is there a way to override the PopupPageRenderer on Android? I'm using the popup to show a list as the user is typing, but as soon as the popup...
Eventually I managed to circumvent this by registering to the error event and in case of a failure attach a custom DataResolver that fetches the right stream with an user-agent...
Structs shouldn't have empty constructors as they're already generated with ones, so I this wouldn't be breaking in terms of API... I believe you can just remove the empty ctor,...
If such calls can't be cancelled or filtered out by the API, I suggest at least adding the relevant NavigationId to the CoreWebView2WebResourceRequestedEventArgs class (similar to the classes CoreWebView2ContentLoadingEventArgs, CoreWebView2DOMContentLoadedEventArgs,...
If I want to intercept all the resources of a specific page I couldn't do that because I can't distinguish between resources of different page loads.
Was using it to identify if a certain page is accessing insecure resources. I don't have a need for this anymore, but it feels like an inconsistent behavior. I'd at...
I updated the bug as I see now it's happening everywhere, and on each newly created WebView. I also have a feeling the WebView initialization time got deteriorated together with...
@champnic everywhere - in every framework, and yes it's still fixed in edge dev runtime.
Was there some breaking change around this recently? I'm using WebView2 under UWP with recent dev channel and the entire spell checking functionality is now completely missing. It wasn't working...