//解决webview上移$(".webView").blur(function() {setTimeout(function() { var scrollHeight = document.documentElement.scrollTop || document.body.scrollTop || 0; window.scrollTo(0, Math.max(scrollHeight - 1, 0)); }, 100);})
本文共 294 字,大约阅读时间需要 1 分钟。
//解决webview上移$(".webView").blur(function() {setTimeout(function() { var scrollHeight = document.documentElement.scrollTop || document.body.scrollTop || 0; window.scrollTo(0, Math.max(scrollHeight - 1, 0)); }, 100);})
转载于:https://www.cnblogs.com/wangfugui/p/10598422.html