在 UIWebView 中隐藏键盘
有没有办法让 UIWebView 关闭所有关联的输入控件,例如键盘/选择器?
Is there a way to make a UIWebView dismiss all associated input controls, such as keyboards/pickers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
还没有在带有选择器的网络视图中尝试过,但这绝对可以消除键盘:
Haven't tried it in a web view with a picker, but this definitely works to dismiss the keyboard:
肮脏的方式,但它有效;)
Dirty way but it works ;)