Support for Sydro find interaction
This commit is contained in:
@@ -9,6 +9,14 @@ import UIKit
|
||||
|
||||
class FindOnPageViewController: UIViewController, _WKFindDelegate
|
||||
{
|
||||
static func isEnabled() -> Bool {
|
||||
if #available(iOS 16.0, *) {
|
||||
return false
|
||||
}
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
let findOnPageView = FindOnPageView()
|
||||
weak var webView: WKWebView? {
|
||||
didSet { webView?._findDelegate = self }
|
||||
|
||||
Reference in New Issue
Block a user