MauiHybridWebView icon indicating copy to clipboard operation
MauiHybridWebView copied to clipboard

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

There is a problem with the WebView in iOS/MacCatalyst where one must define parameters only on initialization for the ability to play media inline (ie. not go full screen every...

In regards to my question here https://github.com/dotnet/maui/issues/13551, I'm trying to get a better performance while transfering arrays of objects from javascript to c# and from c# to javascript, so far...

Enables the delivery and receipt of more information related to requests

On Windows, i can see this html page. On MacOS , its white and therefore nothing working. I just cloned the repo, and compile&run. ![Bildschirmfoto 2024-10-07 um 11 22 45](https://github.com/user-attachments/assets/6364935f-8663-4565-8895-b8cb7ac79184)...

Hi @Eilon, First, I want to acknowledge the incredible value you've brought to the community with the HybridWebView experiment. It's a fantastic resource, and I'm genuinely grateful for your contribution....

SVG files are not rendered in HybridWebView, however inline SVG does show, Maybe they don't show because of this:

Hi Is it possible to create a pull down to reload functionality? or give me some hints to develop it. Thanks a lot in advance.

I have an app that loads a page and is working fine in iOS17.5 and I'm on iOS18 Beta Developer release it stops working. The safari debugger just shows 'about:blank'...

There seems to be an undocumented data limit for requests with payloads over 28000. A workaround has been found of batching requests when call InvokeJsMethodAsync to ensure they are below...