iOS 返回的 device_width 为真实设备宽度
Android 返回的 device_width 为像素宽度
if (util.device().isiOS) {
device_width = appSetting.device.device_width * _scale;
device_height = appSetting.device.device_height * _scale;
}
iOS 返回的 device_width 为真实设备宽度
Android 返回的 device_width 为像素宽度
if (util.device().isiOS) {
device_width = appSetting.device.device_width * _scale;
device_height = appSetting.device.device_height * _scale;
}
Copyright © 2015 Powered by MWeb, Theme used GitHub CSS.