Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
- remove uiwebview references
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Nov 5, 2019
1 parent 2fa4127 commit 8d26f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xamarin.Forms.Platform.iOS/Renderers/RefreshViewRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ bool TryOffsetRefresh(UIView view, bool refreshing)
return true;
}

if (view is UIWebView)
if (view is WkWebViewRenderer)
{
return true;
}
Expand Down Expand Up @@ -155,7 +155,7 @@ bool TryInsertRefresh(UIView view, int index = 0)
return true;
}

if (view is UIWebView webView)
if (view is WkWebViewRenderer webView)
{
webView.ScrollView.InsertSubview(_refreshControl, index);
return true;
Expand Down

0 comments on commit 8d26f69

Please sign in to comment.