Niro

Results 7 comments of 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...