MauiHybridWebView icon indicating copy to clipboard operation
MauiHybridWebView copied to clipboard

Results 40 MauiHybridWebView issues
Sort by recently updated
recently updated
newest added

When trying to register a service worker, the WebView's dev tools show an "unknown error" message during registration. I have been digging into the error some, it appears that service...

See sample app from @javiercn here: https://github.com/javiercn/EsprojPlusAspNetStaticWebAssets (and this ESProj file: https://github.com/javiercn/EsprojPlusAspNetStaticWebAssets/blob/main/LibraryProjectStaticWebAssets/LibraryProjectStaticWebAssets.esproj). That app shows how to use an ESProj (ECMAScript Project) to include the output JS files as Static...

> Sorry same draft PR as before, when i tried syncing my main branch it auto deleted my commits #1 Hi, great work on this control. Thought I'd just do...

I had this idea a while ago to use a `Proxy` in javascript to intercept method calls and dispatch them to `.Net` using `Promises` to fulfil the method calls. This...

To duplicate this issue change an async example in the demo to actually be an async method. e.g.: ``` public **async Task** GetObjectResponse() { _mainPage.WriteToLog($"I'm a round trip .NET method...

I've been pushing the limits of this library a lot and ran into a few limitations that I was working around. I'm now coming back and - Added support for...

I've found that if you call an async JS function you can't wait for the response currently. I managed to work around this, but before making a pull request for...

Hello everyone and thank you for your patience! As of July 18, 2024, the initial version of the official HybridWebView control is part of .NET MAUI in .NET 9 from...

Looking at the network trace I noticed that all requests to the local root (0.0.0.0) are using http/1.1 protocol. This means that parallel requests to this domain will be limited...

I download my HTML UI. This is based on configuration for the user. In addition an updated UI can be pushed out. I need to be able to load html...