如何以xamarin形式将Webview背景黑色更改为白色

问题描述 投票:0回答:2

我有一个网络视图来显示浏览器的URL图像。 “我的问题是”如何以xamarin形式将webview背景黑色更改为白色。请提供解决此问题的解决方案

macos xamarin.forms visual-studio-2019
2个回答
1
投票

Webview具有BackgroundColor属性。将其设置为白色。

<WebView BackgroundColor="White"/>

0
投票

我认为您可能需要使用自定义渲染来更改Webview背景。

这里是同一线程,您可以看一下:

Adding background color to Xamarin Forms WebView has no impact

© www.soinside.com 2019 - 2024. All rights reserved.