在工具栏上方显示键盘?
我有一个带有底部工具栏的视图和一个正在加载带有一些文本框的 HTML 页面的 UIWebview。无论如何,当用户单击文本框时,键盘会出现在工具栏上方,这样就不会隐藏其按钮吗?
I have a view with a bottom toolbar and a UIWebview that is loading an HTML page with some textboxes. Is there anyway when the user clicks on a textbox, the keyboard appears above the toolbar, that way it doesn't hide its buttons?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
即使可以,您也不应该尝试更改键盘的位置。那将是一场可用性灾难。
相反,如果您想让工具栏保持可见,请尝试将其移动到键盘上方。
You shouldn't try to change the keyboard's location, even if you could. That would be a usability disaster.
Instead, try to move the toolbar above the keyboard if you want to keep it visible.