Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在努力在 WKWebView 中实现 Froala 编辑器,以便为我们的应用程序提供富文本编辑。似乎默认行为是返回键关闭键盘触发 UIKeyboardWillHideNotification 等......键盘立即重新显示,以便它不会从用户的角度消失。但是,执行管理滚动 web 视图以避开键盘的代码会导致一些闪烁和视图移动。
有没有办法防止返回键像 UIWebView 中的行为一样关闭键盘?
您通常必须主动关闭键盘 - 所以除非您在代码中调用某些内容,例如 [webView endEditing:YES]; 令人困惑的是,为什么键盘会自行隐藏。
在 2.1.0 之前显然有一个与关闭键盘有关的 Froala 错误,也许就是这样?