Venu Pendota
Results
1
comments of
Venu Pendota
Replace the following code in **ReCaptchaWebViewManager** `lazy var webView: WKWebView = {` `let mainScreen = UIScreen.main.bounds` `let webview = WKWebView(` `frame: CGRect(x: 0, y: 0, width: mainScreen.width, height: mainScreen.height),` `...