摘要:
function isIphoneX(){ return /iphone/gi.test(navigator.userAgent) && (screen.height == 812 && screen.width == 375) } 阅读全文
posted @ 2017-12-01 16:51
Newbie_小白
阅读(9980)
评论(0)
推荐(0)
摘要:
转载自:https://www.cnblogs.com/lolDragon/p/7795174.html 1. iPhoneX的介绍 屏幕尺寸 我们熟知的iPhone系列开发尺寸概要如下: △ iPhone各机型的开发尺寸 转化成我们熟知的像素尺寸: △ 每个机型的多维度尺寸 倍图其实就是像素尺寸和 阅读全文
posted @ 2017-12-01 14:58
Newbie_小白
阅读(21615)
评论(0)
推荐(1)
浙公网安备 33010602011771号