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
8484 public static readonly string Switch = "UISwitch" ;
8585 public static readonly string TableView = "UITableView" ;
8686 public static readonly string TimePicker = "UITextField" ;
87- public static readonly string WebView = "UIWebView " ;
87+ public static readonly string WebView = "WKWebView " ;
8888#elif __ANDROID__ || __WINDOWS__
8989 public static readonly string ActivityIndicator = "android.widget.ProgressBar" ;
9090 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 108108 <Compile Include =" $(MSBuildThisFileDirectory)Renderers\TableViewRenderer.cs" />
109109 <Compile Include =" $(MSBuildThisFileDirectory)Renderers\TabletMasterDetailRenderer.cs" />
110110 <Compile Include =" $(MSBuildThisFileDirectory)Renderers\TimePickerRenderer.cs" />
111- <Compile Include =" $(MSBuildThisFileDirectory)Renderers\WebViewRenderer.cs" />
112111 <Compile Include =" $(MSBuildThisFileDirectory)Properties\AssemblyInfo.cs" />
113112 <Compile Include =" $(MSBuildThisFileDirectory)Extensions\CellExtensions.cs" />
114113 <Compile Include =" ..\Xamarin.Forms.Core\Crc64.cs" >
You can’t perform that action at this time.
0 commit comments