iOS 16 API updates
This commit is contained in:
@@ -113,8 +113,8 @@
|
||||
|
||||
// Instantiate web view
|
||||
WKWebView *webView = [[WKWebView alloc] initWithFrame:CGRectZero configuration:webViewConfiguration];
|
||||
if ([webView respondsToSelector:@selector(_setFindInteractionEnabled:)]) {
|
||||
webView._findInteractionEnabled = YES;
|
||||
if (@available(iOS 16.0, *)) {
|
||||
webView.findInteractionEnabled = YES;
|
||||
}
|
||||
|
||||
// Configure proxy interface (interface to remote web process)
|
||||
|
||||
Reference in New Issue
Block a user