iphone6s input获取焦点输入框被遮挡
iphone6S ios12.0.1
input获取焦点,(使用第三方输入法,搜狗输入法)输入框被遮挡;
5 回复
需要反馈的问题是否跟这个问题一致?
在IOS6plus和小米4上拉起键盘输入框会被挡住???其他则没有。
https://developers.weixin.qq.com/community/develop/doc/000a8c18dc0348db39876860356000
我也有类似的情况,在iOS设备上,使用搜狗输入法时:聚焦时会自动顶起来,一秒后会页面自动下沉,然后键盘就会挡住输入框。使用iOS原生键盘就不会下沉。有设置cursor-spacingz属性。
< input type = "text" name = "address.street" bindblur = "blurEvent" bindfocus = "focusEvent" value = "{{address.street}}" placeholder-class = "placeholder-font" placeholder = "请输入详细地址" confirm-type = "done" maxlength = "60" cursor-spacing = "20" /> |