MauiHybridWebView icon indicating copy to clipboard operation
MauiHybridWebView copied to clipboard

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

`await HWV.InvokeJsMethodAsync("alert", "a");` Shows alert. ``` await HWV.InvokeJsMethodAsync("alert", "\\"); await HWV.InvokeJsMethodAsync("alert", "\""); ``` Does nothing.

it is more flexible for user to choose HTTP or HTTPS HTTP will give more flexibility to developers thanks

Hello Eilon! We have a new mobile project in our company to look exactly the same as the website which was already deployed. We consider to use a WebView where...

Hi, can anyone knows how to implement a refresh functionality inside the control? thank you in advance.

I first have to say HybridWebView is absolutely amazing. Being able to load in Javascript/HTML code and just run it in Maui is life changing. I hope this project will...

### Description When using the HybridWebView experiment in a .NET MAUI application on a desktop platform, refreshing the page leads to a 404 error. This issue affects the usability and...

I'm trying to integrate Stripe payment elements using HTML and Javascript and enable apple pay and google pay. However Stripe requires us to register domain. Can we update the referer...

enhancement

Just Trying to use it with a React Typescript SPA, but i don't get the javascript working in a typescript. Already tried to make a global.d.ts, and make there the...

It would be nice if you had the ability to pass configuration settings to the platform specific handlers. For example: - Android - Settings.JavaScriptEnabled - Settings.DomStorageEnabled - Settings.AllowFileAccess - iOS...

I am very new to this. The requirement I have calls for the webview to be hosted in a control (contentView). The HybridView shows fine and callling JS methods etc...