直接运行以下代码,出现故障条[图片]
xr-frame华为P50 pro的相机取景画面故障?[图片] xr-frame,华为P50 pro机型,在实际的取景中,屏幕显示多色故障条。麻烦微信同学修复
2023-04-23同样的代码同样三台测试机,有一台小米也报这个错误,一模一样,其他正常。怎么解决?
小游戏报错:toLowerCase()gameThirdScriptError Uncaught TypeError: Cannot read property 'toLowerCase' of undefined TypeError: Cannot read property 'toLowerCase' of undefined at i.v (WAGame.js:1:363306) at new i (WAGame.js:1:380380) at at (WAGame.js:1:381605) at at (WAGame.js:1:3066) at Array.forEach (<anonymous>) at d (WAGame.js:1:3046) at Object.S (WAGame.js:1:1739) at Object.ret.subscribeHandler (<anonymous>:26:28) at <anonymous>:1:67
2018-11-19我也遇到了,怎么解决?
文字模糊【浏览器正常,真机不正常】, 对于官方提供的飞机小游戏,写文字模糊- 当前 Bug 的表现(可附上截图) [图片] 未使用游戏引擎,就是原始的canvas API 写文字。 如果背景图是浅色,模糊更加明显 - 预期表现 和浏览器中效果一致,没有模糊 - 提供一个最简复现 Demo 小飞机的demo游戏中, 主入口函数中添加如下内容,把正常的游戏内容先注释 [代码]var[代码] [代码]image = wx.createImage();[代码][代码] [代码][代码]image.onload = [代码][代码]function[代码] [代码]() {[代码][代码] [代码] [代码] [代码][代码]ctx.drawImage(image, 0, 0);[代码] [代码] [代码][代码]ctx.fillStyle = [代码][代码]'10px Microsoft Yahei'[代码][代码];[代码][代码] [代码][代码]ctx.fillStyle = [代码][代码]'#000'[代码][代码];[代码][代码] [代码][代码]ctx.fillText([代码][代码]'fsdjkfd3sd 中文怎么说'[代码][代码], 100, 100)[代码][代码] [代码][代码]}[代码][代码] [代码][代码]image.src = [代码][代码]'images/bg.jpg'[代码]
2018-09-27