MauiHybridWebView
MauiHybridWebView copied to clipboard
In #43 a new proxy feature was introduced. Some of the code does sync-over-async, and calls `.Wait()` to block the async call. Unfortunately on iOS/MacCat this seems to hang 100%...
These tasks were originally noted in #43: * [ ] Consider renaming the `proxy` prefix to `_proxy`. Usually an underscore is used to differentiate 'built-in' features, which this would be....
We are experiencing `System.InvalidOperationException: VirtualView cannot be null here` from time to time on Android. Stacktrace: ``` Microsoft.Maui.Handlers.ViewHandler`2[[Microsoft.Maui.IWebView, Microsoft.Maui, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[Android.Webkit.WebView, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065]].get_VirtualView() HybridWebView.AndroidHybridWebViewClient.ShouldInterceptRequest(WebView view, IWebResourceRequest request)...
How to enable cors in HybirdWebview?
I am currently working with .NET MAUI, specifically utilizing the HybridWebView component for a project. Through my experience, I've identified an area that could significantly enhance its functionality and usability...
I would like to access android local files from my SPA (Angular) how can l achieve this from the webview?
I have tried this as I am looking to host a react app within a standard MAUI XAML app. Issue 1: I cannot find a solution to reference the react...
**From**: [https://github.com/dotnet/maui/discussions/12009#discussioncomment-4939364](https://github.com/dotnet/maui/discussions/12009#discussioncomment-4939364) My use case is a SPA application in Vue (Static SPA) that we made hybrid for desktop(browser) and mobile. This application is **deployed on a simple public web...
Hi Eilon , Im using the MauiHybridWebView in my MAUI App with the TinyMCE Editor, following along the blog from Adin Aronson (https://medium.com/@adinas/using-tinemce-in-your-net-maui-app-b869c9c22d8c). Works like a charm - but only...
I'm new to MAUI but proficient in Angular. I need to access USB, Bluetooth, and NFC. I want to take my existing Angular project and add it to the resources/Raw...