window.addEventListener('resize', function () {
if (document.activeElement.tagName == 'INPUT' || 'TEXTAREA') {
window.setTimeout(function () {
document.activeElement.scrollIntoViewIfNeeded();
}, 100);
}
}.bind(this));
window.addEventListener('resize', function () {
if (document.activeElement.tagName == 'INPUT' || 'TEXTAREA') {
window.setTimeout(function () {
document.activeElement.scrollIntoViewIfNeeded();
}, 100);
}
}.bind(this));
本文标题:input或者textarea被输入法挡住
本文链接:https://www.haomeiwen.com/subject/zzuvsktx.html
网友评论