微信6.7.4 ios12软键盘顶起页面后隐藏不回弹解决方案
作者:chrispy
temporaryRepair () { let currentPosition, timer let speed = 1 // 页面滚动距离 timer = setInterval(function () { currentPosition = document.documentElement.scrollTop || document.body.scrollTop currentPosition -= speed window.scrollTo(0, current
temporaryRepair () {
let currentPosition, timer
let speed = 1 // 页面滚动距离
timer = setInterval(function () {
currentPosition = document.documentElement.scrollTop || document.body.scrollTop
currentPosition -= speed
window.scrollTo(0, currentPosition) // 页面向上滚动
currentPosition += speed // speed变量
window.scrollTo(0, currentPosition) // 页面向下滚动
clearInterval(timer)
}, 1)
}
有用 | 无用猜你喜欢
您可能感兴趣的文章:
- linux 查看端口号
- linux启动go程序两种方法
- nginx 配置golang
- php 验证数字
- php 数组长度
- html 左对齐
- html 打开新的页面
- php 翻页
- go 设置或清除环境变量 GOROOT 和 GOPATH
- term查询单个字段里含有单个关键词的文档,terms查询单个字段里含有多个关键词的文档
- Mac下xcrun: error: invalid active developer path
- golang替换字符串
- golang字符串替换
- golang is an unexported field of struct type
- 第一个 Go 程序
- H5 过滤输入法输入表情
- vue.js中使用Export2Excel导出Excel表格
- 微信小程序 封装api 接口文件文件 与 调用
- 微信小程序 滚动banner