In my application, I have simply loaded one URL in WKWebView but it is asking me location permission twice, One is from application and one is from WKWebview(i.e. Browser)
I only want one location permission, I have already tried "evaluateJavaScript(_:completionHandler:)" But it's not working for iOS 14.
Thanks.