OutSystems / WebView

Avalonia/WPF control that wraps CefGlue webview control
Apache License 2.0
358 stars 40 forks source link

Setting WebView Properties #340

Closed NorMoll closed 2 months ago

NorMoll commented 4 months ago

Hi and thanks for the huge effort in creating the control.

I have managed to set AreDevToolEnabled but how would I set some of the other properties like IsPasswordAutosaveEnabled, IsGeneralAutofillEnabled etc and also how would I access Core Profile features like clearing the browser cache?

Thanks in advance.

NorMoll commented 4 months ago

Apologies, this is primarily for a cross platform Desktop app.

joaompneves commented 3 months ago

Hi,

I dont recognize those properties. All I see is that they seem to belong the the WebView2 control from microsoft, which has nothing to to with our WebView.