There are some small issues
Opened this issue · 1 comments
suyana commented
-
我发现,当WebView未设置Url时,原生平台的控件好像不会被加载,此时,整个View背景颜色是黑色的。所以,就算一开始设置了Url,WebView也会先显示黑色背景,然后在显示网页。我尝试了设置Backgroud,EmptyViewer和config.DefaultWebViewBackgroundColor = System.Drawing.Color.Red;但是都没有效果(始终显示黑色)
I found that when WebView is not set to Url, native platform controls do not seem to be loaded, and at this point, the entire View background color is black. So, even if Url is initially set, WebView will first display a black background before displaying the webpage. I tried setting up Background, EmptyViewer, and Config DefaultWebViewBackgroundColor=System Drawing Color Red; But none of them had any effect (always displaying black) -
如何设置UserAgent
How to set up UserAgent
suyana commented