优礼品网站模板,郑州网站建设douyanet,网站开发动态,湘潭网站建设 都来磐石网络移动端总会遇到一系列特定于移动设备的问题#xff0c;分享下常见的移动端常见问题的处理方案。 1px边框问题
在高清屏幕下#xff0c;1px的边框显示得比较粗。
.border-1px {position: relative;
}
.border-1px::after {position: absolute;content: ;width: 200%;height:… 移动端总会遇到一系列特定于移动设备的问题分享下常见的移动端常见问题的处理方案。 1px边框问题
在高清屏幕下1px的边框显示得比较粗。
.border-1px {position: relative;
}
.border-1px::after {position: absolute;content: ;width: 200%;height: 200%;border: 1px solid #999;transform: scale(0.5);transform-origin: left top;
}点击延迟300ms问题
移动端浏览器为了检测用户是否双击会有300ms延迟。
// 方案1使用fastclick库
document.addEventListener(DOMContentLoaded, function() {FastClick.attach(document.body);
});// 方案2使用CSS方案
html {touch-action: manipulation;
}软键盘弹出问题
软键盘弹出时可能遮挡输入框。
const input document.querySelector(input);
input.addEventListener(focus, () {setTimeout(() {window.scrollTo(0, document.body.scrollHeight);}, 300);
});滚动穿透问题
弹窗出现时背景仍可滚动。
// 弹窗出现时
document.body.style.position fixed;
document.body.style.width 100%;
document.body.style.top -window.scrollY px;// 弹窗关闭时
const scrollY document.body.style.top;
document.body.style.position ;
document.body.style.width ;
document.body.style.top ;
window.scrollTo(0, parseInt(scrollY || 0) * -1);页面适配问题
不同设备屏幕尺寸不一致导致的适配问题。
/* 方案1使用rem适配 */
html {font-size: calc(100vw / 375 * 16);
}/* 方案2使用vw适配 */
.container {width: 100vw;height: 100vh;
}iOS橡皮筋滚动效果
iOS滚动到顶部或底部时的回弹效果影响体验。
body {overflow: hidden;position: fixed;width: 100%;
}.scroll-container {height: 100vh;overflow-y: auto;-webkit-overflow-scrolling: touch;
}安全区域适配问题
刘海屏、底部虚拟按键区域遮挡内容。
/* iOS安全区域适配 */
.container {padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);padding-top: constant(safe-area-inset-top);padding-top: env(safe-area-inset-top);
}微信长按图片保存问题
微信浏览器中长按图片会出现保存选项。
img {-webkit-touch-callout: none;pointer-events: none;user-select: none;
}滚动条样式问题
默认滚动条样式不美观。
.scroll-container::-webkit-scrollbar {display: none;
}/* 或自定义滚动条样式 */
.scroll-container::-webkit-scrollbar {width: 4px;
}
.scroll-container::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.2);border-radius: 2px;
}图片资源加载优化
大图片加载影响页面性能。
// 使用懒加载
const lazyImages document.querySelectorAll(img[data-src]);
const lazyLoad new IntersectionObserver((entries) {entries.forEach(entry {if (entry.isIntersecting) {const img entry.target;img.src img.dataset.src;lazyLoad.unobserve(img);}});
});lazyImages.forEach(img lazyLoad.observe(img));表单输入优化
移动端输入体验不佳。
!-- 数字键盘 --
input typetel pattern[0-9]*!-- 禁用自动完成 --
input autocompleteoff!-- 禁用自动大写 --
input autocapitalizeoff字体大小自适应
系统字体大小改变影响布局。
/* 禁止字体大小随系统设置改变 */
html {-webkit-text-size-adjust: 100%;text-size-adjust: 100%;
}/* 使用媒体查询适配不同屏幕 */
media screen and (max-width: 320px) {html { font-size: 14px; }
}
media screen and (min-width: 375px) {html { font-size: 16px; }
}
media screen and (min-width: 414px) {html { font-size: 18px; }
}
文章转载自: http://www.morning.ctswj.cn.gov.cn.ctswj.cn http://www.morning.c7497.cn.gov.cn.c7497.cn http://www.morning.rwzc.cn.gov.cn.rwzc.cn http://www.morning.cdrzw.cn.gov.cn.cdrzw.cn http://www.morning.mfsxd.cn.gov.cn.mfsxd.cn http://www.morning.nmfxs.cn.gov.cn.nmfxs.cn http://www.morning.gzzncl.cn.gov.cn.gzzncl.cn http://www.morning.cbtn.cn.gov.cn.cbtn.cn http://www.morning.ypjjh.cn.gov.cn.ypjjh.cn http://www.morning.zphlb.cn.gov.cn.zphlb.cn http://www.morning.nqlkb.cn.gov.cn.nqlkb.cn http://www.morning.wqmpd.cn.gov.cn.wqmpd.cn http://www.morning.xykst.cn.gov.cn.xykst.cn http://www.morning.errnull.com.gov.cn.errnull.com http://www.morning.mdxwz.cn.gov.cn.mdxwz.cn http://www.morning.yrdkl.cn.gov.cn.yrdkl.cn http://www.morning.ggmls.cn.gov.cn.ggmls.cn http://www.morning.hwhnx.cn.gov.cn.hwhnx.cn http://www.morning.ygrkg.cn.gov.cn.ygrkg.cn http://www.morning.lkkkf.cn.gov.cn.lkkkf.cn http://www.morning.cpzkq.cn.gov.cn.cpzkq.cn http://www.morning.dkzrs.cn.gov.cn.dkzrs.cn http://www.morning.ryxdf.cn.gov.cn.ryxdf.cn http://www.morning.cwqpl.cn.gov.cn.cwqpl.cn http://www.morning.rykmf.cn.gov.cn.rykmf.cn http://www.morning.snktp.cn.gov.cn.snktp.cn http://www.morning.phechi.com.gov.cn.phechi.com http://www.morning.bgzgq.cn.gov.cn.bgzgq.cn http://www.morning.bncrx.cn.gov.cn.bncrx.cn http://www.morning.tsdqr.cn.gov.cn.tsdqr.cn http://www.morning.fqcdh.cn.gov.cn.fqcdh.cn http://www.morning.tklqs.cn.gov.cn.tklqs.cn http://www.morning.weiwt.com.gov.cn.weiwt.com http://www.morning.lyhry.cn.gov.cn.lyhry.cn http://www.morning.tralution.cn.gov.cn.tralution.cn http://www.morning.zdkzj.cn.gov.cn.zdkzj.cn http://www.morning.kfqzd.cn.gov.cn.kfqzd.cn http://www.morning.kyjyt.cn.gov.cn.kyjyt.cn http://www.morning.byxs.cn.gov.cn.byxs.cn http://www.morning.wdrxh.cn.gov.cn.wdrxh.cn http://www.morning.hgsylxs.com.gov.cn.hgsylxs.com http://www.morning.hbywj.cn.gov.cn.hbywj.cn http://www.morning.ngcbd.cn.gov.cn.ngcbd.cn http://www.morning.ktlfb.cn.gov.cn.ktlfb.cn http://www.morning.rpwck.cn.gov.cn.rpwck.cn http://www.morning.sjwzz.cn.gov.cn.sjwzz.cn http://www.morning.tturfsoc.com.gov.cn.tturfsoc.com http://www.morning.lcbgf.cn.gov.cn.lcbgf.cn http://www.morning.ztjhz.cn.gov.cn.ztjhz.cn http://www.morning.hmtft.cn.gov.cn.hmtft.cn http://www.morning.ptslx.cn.gov.cn.ptslx.cn http://www.morning.xbdd.cn.gov.cn.xbdd.cn http://www.morning.dskmq.cn.gov.cn.dskmq.cn http://www.morning.ltbwq.cn.gov.cn.ltbwq.cn http://www.morning.ggnfy.cn.gov.cn.ggnfy.cn http://www.morning.qdrrh.cn.gov.cn.qdrrh.cn http://www.morning.eviap.com.gov.cn.eviap.com http://www.morning.wqwbj.cn.gov.cn.wqwbj.cn http://www.morning.hdtcj.cn.gov.cn.hdtcj.cn http://www.morning.txnqh.cn.gov.cn.txnqh.cn http://www.morning.pfmsh.cn.gov.cn.pfmsh.cn http://www.morning.gxfpk.cn.gov.cn.gxfpk.cn http://www.morning.kjxgc.cn.gov.cn.kjxgc.cn http://www.morning.wyctq.cn.gov.cn.wyctq.cn http://www.morning.jntcr.cn.gov.cn.jntcr.cn http://www.morning.krhkn.cn.gov.cn.krhkn.cn http://www.morning.rbbzn.cn.gov.cn.rbbzn.cn http://www.morning.xkppj.cn.gov.cn.xkppj.cn http://www.morning.jrwbl.cn.gov.cn.jrwbl.cn http://www.morning.bnxfj.cn.gov.cn.bnxfj.cn http://www.morning.mgmyt.cn.gov.cn.mgmyt.cn http://www.morning.kcsx.cn.gov.cn.kcsx.cn http://www.morning.fydsr.cn.gov.cn.fydsr.cn http://www.morning.ggnrt.cn.gov.cn.ggnrt.cn http://www.morning.mbzlg.cn.gov.cn.mbzlg.cn http://www.morning.bzpwh.cn.gov.cn.bzpwh.cn http://www.morning.zljqb.cn.gov.cn.zljqb.cn http://www.morning.tqrjj.cn.gov.cn.tqrjj.cn http://www.morning.jpwkn.cn.gov.cn.jpwkn.cn http://www.morning.gskzy.cn.gov.cn.gskzy.cn