This repository was archived by the owner on May 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-339
lines changed
Xamarin.Forms.Core.UITests.Shared
Xamarin.Forms.Platform.iOS Expand file tree Collapse file tree 3 files changed +1
-339
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ internal static class PlatformViews
84
84
public static readonly string Switch = "UISwitch" ;
85
85
public static readonly string TableView = "UITableView" ;
86
86
public static readonly string TimePicker = "UITextField" ;
87
- public static readonly string WebView = "UIWebView " ;
87
+ public static readonly string WebView = "WKWebView " ;
88
88
#elif __ANDROID__ || __WINDOWS__
89
89
public static readonly string ActivityIndicator = "android.widget.ProgressBar" ;
90
90
public static readonly string BoxView = "xamarin.forms.platform.android.BoxRenderer" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 108
108
<Compile Include =" $(MSBuildThisFileDirectory)Renderers\TableViewRenderer.cs" />
109
109
<Compile Include =" $(MSBuildThisFileDirectory)Renderers\TabletMasterDetailRenderer.cs" />
110
110
<Compile Include =" $(MSBuildThisFileDirectory)Renderers\TimePickerRenderer.cs" />
111
- <Compile Include =" $(MSBuildThisFileDirectory)Renderers\WebViewRenderer.cs" />
112
111
<Compile Include =" $(MSBuildThisFileDirectory)Properties\AssemblyInfo.cs" />
113
112
<Compile Include =" $(MSBuildThisFileDirectory)Extensions\CellExtensions.cs" />
114
113
<Compile Include =" ..\Xamarin.Forms.Core\Crc64.cs" >
You can’t perform that action at this time.
0 commit comments