兼容微信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版本的主要内容,如果未能解决你的问题,请参考以下文章

iOS版微信再次更新,兼容适配 iOS 14 系统

兼容ie8,firefox,chrome浏览器的代码片段

uniapp 微信小程序 微信7.0.12版本IOS端部分request请求被缓存

“使用 Apple 登录”是不是允许应用向后兼容 iOS 12 及更低版本?

微信小程序中的ios兼容性问题

移动端在ios上以及微信浏览器上的兼容性