vonson

if (/Android [4-6]/.test(navigator.appVersion)) {
window.addEventListener(\'resize\', function () {
if (document.activeElement.tagName === \'INPUT\' || document.activeElement.tagName === \'TEXTAREA\') {
window.setTimeout(function () {
document.activeElement.scrollIntoViewIfNeeded()
}, 0)
}
})
}

分类:

技术点:

相关文章: