uniapp常见兼容问题

uniapp常见兼容问题
1、安卓启动图被拉伸
解决⽅案:a、使⽤点九图;b、使⽤纯背景(拉伸不影响);c、不使⽤背景图
2、uniapp内嵌h5页⾯,⾃定义title在刘海屏上被遮挡
如何判断刘海屏⼿机
电动车贴花// 市⾯上已知的刘海屏机型(不全)
fringeScreenModels: [电加热棒
"iPhone X", "iPhone x", "vivo X21A", "ASUS Zenfone 5",
"Ulefone T2 Pro", "Leagoo S9", "HUAWEI P20", "DooGee V",
"OPPO R15", "LG G7", "SAMSUNG S9", "COR-AL00",
"vivo Y83A", "LLD-AL20", "vivo Z1", "PACM00", "PAAM00"],
/
/是否有刘海屏
// 刘海⼿机⾥iphoneX系列刘海⾼度最⾼:60px,以最⼤值适配,若判断为刘海屏UI⾼度统⼀下调60px
hasScreenFringe: function () {
if (!this.systemInfo) {
this.systemInfo = wx.getSystemInfoSync();
}
if (del != null) {
for (let i in this.fringeScreenModels) {
if (del.indexOf(this.fringeScreenModels[i]) > -1) {
开关电源模块并联供电系统
// 是已知机型⾥的刘海⼿机
return true;
}
}
}影像处理
// 屏幕宽⾼⽐⼤于2,基本上90%的⼿机可以确定是刘海屏,就算个别⼿机不是也按刘海屏处理
// 竖屏游戏判断:
if (this.systemInfo.windowHeight >= 800 || this.systemInfo.windowHeight / this.systemInfo.windowWidth > 2) {            return true;微波感应开关
}
// // 横屏游戏判断:标定板
// if (this.systemInfo.windowWidth >= 800 || this.systemInfo.windowWidth / this.systemInfo.windowHeight > 2) {        //    return true;
// }
return false;
},

本文发布于:2024-09-24 00:23:59,感谢您对本站的认可!

本文链接:https://www.17tex.com/tex/4/175581.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:判断   拉伸   游戏   感应
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2024 Comsenz Inc.Powered by © 易纺专利技术学习网 豫ICP备2022007602号 豫公网安备41160202000603 站长QQ:729038198 关于我们 投诉建议