OutSystems / WebView

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

Expose WebView background color #304

Closed cangosta closed 7 months ago

marianacapelo commented 1 year ago

isnt the default color transparent? if it was transparent we could leave this feature out of the webview

It is. But the default of BackgroundColor property on CefSettings is white. I just committed the change to use the Settings there, can you please review @joaompneves ?

joaompneves commented 1 year ago

Lets simplify and make it transparent by default a and leave the background color setting out of the webview

marianacapelo commented 1 year ago

Lets simplify and make it transparent by default a and leave the background color setting out of the webview

@joaompneves Unfortunately it does not work. BackgroundColor property cannot be transparent, see https://xilium.bitbucket.io/cefglue/doc/html/1694AD49.htm

joaompneves commented 1 year ago

Lets simplify and make it transparent by default a and leave the background color setting out of the webview

@joaompneves Unfortunately it does not work. BackgroundColor property cannot be transparent, see https://xilium.bitbucket.io/cefglue/doc/html/1694AD49.htm

Thats a very old docs... although looking at more recent ones it appears thats still true.