video同层渲染问题,安卓手机手机部分是好的,部分是有问题的
发布于 7 年前 作者 taoren 4253 次浏览 来自 问答

头部导航栏是自定义开发的,部分手机是OK的,部分手机是不行的 (备注:测试的是安卓手机)

OPPO R9S 测试异常;台湾朋友;

小米MIX2 测试正常; 大陆朋友

小米5 测试正常;大陆朋友

手机wx.getSystemInfoSync() 信息如下

{

"screenWidth": 360,

"locationEnabled": false,

"statusBarHeight": 18,

"notificationAuthorized": true,

"screenTop": 0,

"pixelRatio": 3,

"safeArea": {

	"height": 640,

	"width": 360,

	"bottom": 640,

	"top": 0,

	"left": 0,

	"right": 360

},

"system": "Android 6.0.1",

"benchmarkLevel": 8,

"cameraAuthorized": true,

"bluetoothEnabled": false,

"deviceOrientation": "portrait",

"windowWidth": 360,

"brand": "OPPO",

"fontSizeSetting": 16,

"version": "7.0.10",

"screenHeight": 640,

"locationAuthorized": false,

"language": "zh\_TW",

"wifiEnabled": true,

"microphoneAuthorized": true,

"windowHeight": 640,

"model": "CPH1607",

"platform": "android",

"SDKVersion": "2.10.3",

"devicePixelRatio": 3,

"safeAreaInsets": {

	"top": 0,

	"left": 0,

	"right": 0,

	"bottom": 0

}

}

1 回复

麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,复现的具体时间点

回到顶部