iphoneX、iPhone12尺寸

iphoneX、iPhone12尺寸

1、iPhone 12:2532 x 1170像素分辨率,460 PPI ; 844 * 390;devicePixelRatio:3

2、iPhone 12 mini:2340 x 1080 像素分辨率,476 PPI ;812 * 375;devicePixelRatio:3

3、iPhone 12 Pro:2532 x 1170 像素分辨率,460 PPI ;844 * 390;devicePixelRatio:3 6.1 英寸

4、iPhone 12 Pro Max:2778 x 1284 像素分辨率,458 PPI ;926 *428;devicePixelRatio:3 6.7英寸

5、iPhone X、iPhone XS、iPhone 12 mini: 2436 x 1125 像素分辨率,458 ppi 812 * 375 3倍图
6、iPhone XS Max: 2688 x 1242 像素分辨率,458 ppi 414896 3倍图
7、iPhone XR: 1792 x 828 像素分辨率,326 ppi 414
896 2倍图
8、iphone11 pro Max : 2688 x 1242 像素分辨率,458 ppi
9、iphone11 pro:2436 x 1125 像素分辨率,458 ppi

isIOS:


  return /iphone|ipad|ipod/.test(navigator.userAgent.toLowerCase());

isIphoneX:


  let hasUaOrDpr =
    /iphone/gi.test(window.navigator.userAgent) && window.devicePixelRatio;
  // iPhone X、iPhone XS、iPhone 12 mini
  let isIPhoneX =   hasUaOrDpr &&  window.devicePixelRatio === 3 &&  window.screen.width === 375 &&  window.screen.height === 812;
  // iPhone XS Max
  let isIPhoneXSMax =
    hasUaOrDpr &&
    window.devicePixelRatio === 3 &&
    window.screen.width === 414 &&
    window.screen.height === 896;
  // iPhone XR
  let isIPhoneXR =
    hasUaOrDpr &&
    window.devicePixelRatio === 2 &&
    window.screen.width === 414 &&
    window.screen.height === 896;

  // iPhone 12、iPhone 12pro
  let isIPhone12 =
    hasUaOrDpr &&
    window.devicePixelRatio === 3 &&
    window.screen.width === 390 &&
    window.screen.height === 844;
  // iPhone 12 Pro Max
  let isIPhone12ProMax =
    hasUaOrDpr &&
    window.devicePixelRatio === 3 &&
    window.screen.width === 428 &&
    window.screen.height === 926;
  return (
    isIPhoneX || isIPhoneXSMax || isIPhoneXR || isIPhone12 || isIPhone12ProMax
  );

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值