提交 5d4ec72a 编写于 作者: 雪洛's avatar 雪洛

fix: 2.6.14-alpha引起的输入框失焦页面滚动到顶部的Bug askId: 94065

上级 b77f59cf
......@@ -108,8 +108,8 @@ export default {
document.removeEventListener('click', iosHideKeyboard, false)
this.resetSoftinputNavBar()
// 修复ios端显示与点击位置错位的Bug by:wyq
if (document.body.scrollIntoView) {
document.body.scrollIntoView()
if (String(navigator.vendor).indexOf('Apple') === 0) {
document.documentElement.scrollTo(document.documentElement.scrollLeft, document.documentElement.scrollTop)
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册