Skip to content

Commit

Permalink
Merge pull request #18199 from unoplatform/dev/mazi/inspectable-webview
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund authored Sep 15, 2024
2 parents 77ca678 + 52583a2 commit e0a9aa5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ public partial class UnoWKWebView : WKWebView, INativeWebView, IWKScriptMessageH
}
}

#if __IOS__ && DEBUG
#if __IOS__
if (UIDevice.CurrentDevice.CheckSystemVersion(16, 4))
{
Inspectable = FeatureConfiguration.WebView2.IsInspectable;
Inspectable = Uno.UI.FeatureConfiguration.WebView2.IsInspectable;
}
#endif

Expand Down

0 comments on commit e0a9aa5

Please sign in to comment.