兼容微信6.74 ios12版本
Posted 森海轮回
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了兼容微信6.74 ios12版本相关的知识,希望对你有一定的参考价值。
//兼容微信6.74 ios12版本 var u = navigator.userAgent; var isiOS = !!u.match(/(i[^;]+;( U;)? CPU.+Mac OS X/); if(isiOS){ $("input,textarea,select").blur(function(){ setTimeout(() => { const scrollHeight = document.documentElement.scrollTop || document.body.scrollTop || 0; window.scrollTo(0, Math.max(scrollHeight - 1, 0)); }, 50); }) }
以上是关于兼容微信6.74 ios12版本的主要内容,如果未能解决你的问题,请参考以下文章
uniapp 微信小程序 微信7.0.12版本IOS端部分request请求被缓存