• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 230 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)

151. 小米快游戏调试报错 [ 57%]

...https://ask.layabox.com/question/10252 这里的库 用 window.Parser = require("./js/dom_parser");方式引用 2019-08-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 蓝jie 相关问题 写个捕鱼游戏练练手 招聘:H5游戏...

来源: Laya_社区 发布时间: 20190815

152. 微信小游戏里面使用BitmapFont加载时会报错,处理方式如下: [ 57%]

...加DOM_PARSE 下载附件JS,在game.js里面添加   window.Parser = require("./js/dom_parser"); 然后在给子域发消息的时候由于XML解析完是一个Object不能被序列化,暂时处理方式就是不给子域发消息 在laya.wxmin.js文件里面 /*__JS__ */wx.postMessage({url:url...

来源: Laya_社区 发布时间: 20180615

153. requirejs支持在native下使用嘛? [ 57%]

requirejs支持在native下使用嘛? https://ask.layabox.com/question/8332  此问题中说明可以使用requirejs   我按照原生的写法 写了一个demo测试, h5下正常可以正常运行,  按照此文档https://ldc.layabox.com/doc/?nav=zh-as-7-0-0 用android手机进行 native下...

来源: Laya_社区 发布时间: 20180301

154. 打成ios包,运行时显示的测试扫码界面 [ 57%]

...package:app.json   2020-04-22 18:21:18.893291+0800 layabox[3608:626785]  require(/sdcard/layabox/scripts/index.js) 2020-04-22 18:21:18.894472+0800 layabox[3608:626785] found the file in the package:scripts/index.js   2020-04-22 18:21:18.898273+0800 layabox[3608:626785]  =========================...

来源: Laya_社区 发布时间: 20200422

155. 打包的apk无法正确运行(laya动画过后就黑屏) [ 57%]

...的apk无法正确运行(laya动画过后就黑屏) 使用ts开发,requirejs来加载模块,在电脑上是能正确运行的,但是打包成apk后就不行了 ts配置是 "module": "umd", "target": "es5",   index下的js就这样 <!--自定义的js(src文件夹下)文件自动添加...

来源: Laya_社区 发布时间: 20180203

156. 为什么小游戏的发布非要把所有js打包到一个js里? [ 57%]

...到的js都打包在一起, 分开的js文件,在微信的game.js里写require("xxx.js")就可以了 2018-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 发布后的js是有一...

来源: Laya_社区 发布时间: 20180502

157. bundle.js 没有更新新提交的代码 [ 56%]

...E 微信 小智队长 赞同来自: semantic error TS2354: [31mThis syntax requires an imported helper but module 'tslib' cannot be found.[39m at error (D:\AppInstall_Paht\LayaBoxIDE2.5.0\resources\app\node_modules\rollup\dist\rollup.js:9402:30) at Object.error  2020-02-12 0 0 分享 微博 QZONE ...

来源: Laya_社区 发布时间: 20200212

158. appstore提审被拒包含私有api [ 56%]

...pstore提审被拒包含私有api Guideline 2.5.1 - Performance - Software Requirements Your app uses or references the following non-public APIs: BackBoardServices, _SimulateCrash The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these...

来源: Laya_社区 发布时间: 20180223

159. 原项目使用了requirejs动态加载编译小游戏问题 [ 56%]

原项目使用了requirejs动态加载编译小游戏问题 原项目使用了requirejs动态加载,是不是无法直接编译出小游戏项目 2018-07-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_...

来源: Laya_社区 发布时间: 20180706

160. 发布到微信小游戏提示Cannot read property 'Common' of undefined [ 56%]

...把matter.js加入了libs中。并且在game.js中加入了 let matter = require("libs/matter.js"); window.Matter = matter; 但是依然没有解决问题 2018-05-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ...

来源: Laya_社区 发布时间: 20180512