大约有 67 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
laya iOS打包 loadCachedURL Error, no cache data. 已经翻过好多文档好多贴子了。实在没办法了。。 一直提示 ‘游戏加载失败,可能由于您的网络不稳定,请退出重进’ 附件 : --> 2019-09-20 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20190920
...28 23:29:52.934096+0800 qimiaomuchanIOS[5815:1707048] JCFileRes::onDownloadError file error[1]:file:///var/mobile/Containers/Data/Application/D4FEBBF4-3A6D-4197-98CE-3671577EAE95/Library/Caches/localstorage/logo/logo.png 2018-01-28 23:29:52.937914+0800 qimiaomuchanIOS[5815:1707048] require(/sdcard/l...
来源: Laya_社区 发布时间: 20180129
多指操作,会导致闪烁问题 E/jswrapper: ERROR: Uncaught SimpleSingletonList:[object Object] has in SingletonList., location: /data/data/com.nearme.instant.platform/app_game/app/com.qire.kpccc.nearme.gamecenter/2/libs/laya.d3.js:0:0 STACK: [0]n.add@/data/data/com.nearme.ins...
来源: Laya_社区 发布时间: 20190806
...听(A页面派发 B页面侦听) 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不...
来源: Laya_社区 发布时间: 20171219
...(method:string, url:string, data:any, headers:Array<string>, cb:(err:Error, data?:any)=>void) { let req = new Request(); req.on(Event.COMPLETE, this, (data) => { cb(null, data); }); req.on(Event.ERROR, this, (err) => { console.error(err); cb(err); }); let body = data; let tp = typeof ...
来源: Laya_社区 发布时间: 20170123
Native下http请求,Error事件中的error对象错误码全都是404 在native下,发送http请求,无论设置返回的errorCode是多少,返回统一都是404,但在网页版中不会有这个问题,请问这个是不是引擎的问题,还是有其他可解决的办法 2018-05-28 ...
来源: Laya_社区 发布时间: 20180528
...ress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); var headers = []; headers.push("Content-Type"); headers.push("application/json"); hr.send('http://xxxxxxxxxxxxxxxxxx', JSON.stringify(data), 'post', 'json',headers);<strong></strong&...
来源: Laya_社区 发布时间: 20170620
...aya有没有地图编辑器工具? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 ios14系统下 blendMode='lighter' 图片异常 如何通过命令行工具构建和发...
来源: Laya_社区 发布时间: 20201029
...时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("https://www.baidu.com/","","get","text"); function processHandler(data){ console.log(data); console.log("1111"); } function errorHandler(data){ c...
来源: Laya_社区 发布时间: 20180830
...误的 }); } catch(error){ VVMiniAdapter.window.qg.setStorage({ key:key, data:value //这是错误的 }); } ...
来源: Laya_社区 发布时间: 20191018