зеркало из https://github.com/DeGsoft/maui-linux.git
Add constructor in WkWebViewRenderer to use custom configuration (#6578)
This commit is contained in:
Родитель
d004178e5e
Коммит
bdc4113f44
|
@ -24,6 +24,10 @@ namespace Xamarin.Forms.Platform.iOS
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public WkWebViewRenderer(WKWebViewConfiguration config) : base(RectangleF.Empty, config)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
WebView WebView => Element as WebView;
|
WebView WebView => Element as WebView;
|
||||||
|
|
||||||
public VisualElement Element { get; private set; }
|
public VisualElement Element { get; private set; }
|
||||||
|
|
Загрузка…
Ссылка в новой задаче