iphone6s input获取焦点输入框被遮挡

发布于 6 年前作者 xiulan3911656 次浏览最后编辑 6 年前来自 ask

iphone6S ios12.0.1

input获取焦点,(使用第三方输入法,搜狗输入法)输入框被遮挡;

5 回复
xiulandeng
xiulandeng1 楼6 年前

请问修复了吗?

mdong
mdong2 楼6 年前

需要反馈的问题是否跟这个问题一致?

在IOS6plus和小米4上拉起键盘输入框会被挡住???其他则没有。
https://developers.weixin.qq.com/community/develop/doc/000a8c18dc0348db39876860356000
jie13
jie133 楼6 年前

试试  position: fixed

hejing
hejing4 楼6 年前

我也有类似的情况,在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"/>
czhong
czhong5 楼5 年前

请问 有解决吗?我也遇到了同样的问题