var u = navigator.userAgent, app = navigator.appVersion var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端 $(document).ready(function(){ $("input").blur(function(){ if (isIOS) { blurAdjust() // alert("1231321233") } }); }); // 解决苹果不回弹页面 function blurAdjust(e){ setTimeout(()=>{ // alert("1231321233") if(document.activeElement.tagName == 'INPUT' || document.activeElement.tagName == 'TEXTAREA'){ return } let result = 'pc'; if(/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) { //判断iPhone|iPad|iPod|iOS result = 'ios' }else if(/(Android)/i.test(navigator.userAgent)) { //判断Android result = 'android' } if( result = 'ios' ){ document.activeElement.scrollIntoViewIfNeeded(true); } },100) } 附上解决方案~ ![]() |
啊,已解决 |
Archiver|手机版|小黑屋|Swiper中文网
( 粤ICP备15001020号 )
GMT+8, 2025-5-19 13:55 , Processed in 0.093005 second(s), 35 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.