WGEditor-mobile icon indicating copy to clipboard operation
WGEditor-mobile copied to clipboard

首次进入页面不能弹出键盘

Open melo30 opened this issue 5 years ago • 1 comments

使用 titleBecomeFirstResponder 和contentBecomeFirstResponder 都没有效果

melo30 avatar Dec 17 '20 08:12 melo30

  • (void)webView:(WKWebView *)webView didFinishNavigation:(WKNavigation *)navigation{ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ [self.webView showKeyboardTitle]; });
    }

study123456 avatar May 20 '21 07:05 study123456