OutSystems / WebView

Avalonia/WPF control that wraps CefGlue webview control
Apache License 2.0
310 stars 38 forks source link

input type date not displaying correctly #301

Closed Amine-Smahi closed 9 months ago

Amine-Smahi commented 1 year ago

Input type date is not showing it's content

image
joaompneves commented 1 year ago

Try with WebView.Settings.OsrEnabled = false; Does it solve?

Amine-Smahi commented 1 year ago

It fixes the issue, but I lost the acrylic theme, as now the background is solid white while it was transparent, What would you recommend

image
joaompneves commented 1 year ago

OsrEnabled = false is the recommended setting (you play directly with the real browser instead of a projected image of it), but with that you lose some visual blending capabilities such as transparency.