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

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

341. Native 在iOS上支付失败的问题,及临时解决方法 [ 50%]

...件,附件与内容无关   相关链接 : https://developer.apple.com/documentation/storekit/skpayment/1506159-requestdata?language=objc   2019-05-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron ...

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

342. 如何在手机端实现全屏显示,隐藏地址栏等工具框? [ 50%]

...我觉得你们的代码中可以考虑封装下面这段代码 var docElm=document.body; if (docElm.requestFullscreen){      docElm.requestFullscreen();  }else if (docElm.msRequestFullscreen){      docElm.msRequestFullscreen();  }else if (docElm.mozRequestFullScreen){      docElm.mozRequ...

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

343. this.bitmap.activeResource is not a function TypeError: this.bitmap.activeResource is not a function [ 50%]

...Error: Vector3 is not a constructor 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function undefined Uncaught TypeError: Cannot read property 'load' of null 问题状态 最新活动: 2019-10-24 13:42 浏览: 1387 关注: 4 人

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

344. 导出APP装到手机打开时,一直是0%进度,最后提示“加载游戏失败,可能是你的网络不稳定”,试了N次 [ 50%]

...ted token illegal syntaxerror:unexpected token illegal at eval (native) at Document._downloadOK (apploader.js:6125:20) at apploader:js:6104:20 at filereader.filereader.onload (apploader.js:6683:47) 2018-01-12 0 0 分享 微博 QZONE 微信 steven chan 赞同来自: 解决了吗?我也遇到同样...

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

345. 个人笔记:失焦或静音状态下播放背景音乐无效的解决方案 [ 50%]

...format,for optimal performance reason,please refer to the official website document."); return null; } } if(!SoundManager._isActive || SoundManager._muted || SoundManager._soundMuted){ return null; } }; var tSound; if (!Browser.onMiniGame){ tSound=Laya.loader.getRes(url); } if (!soundClass)soundClas...

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

346. UI组件里面 怎么添加echarts统计图 [ 50%]

...: 1086 关注: 3 人 Life | Growing up • 2018-07-09 16:52 Laya.Browser.document.body.appendChild(div) 然后实例化为图标 是用这样的方式来的吗 我遇到的问题是要把图标放在一个弹层UI组件里面 Life | Growing up • 2018-07-09 16:53 错别字 图表 zsq • 2018-07-09...

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

347. 使用官方文档中qrcode生成二维码的代码,打包APP后无效 [ 50%]

...什么问题,谢谢! private initCode() { var div: any = Laya.Browser.document.createElement("div"); this.qrcode = new Laya.Browser.window.QRCode(div, { width: 100, height: 100 }); var url: string = this.URL; this.qrcode.makeCode(url); Laya.stage.once("click", this, this.clickHandler); this.qrco...

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

348. iframe页面嵌套下失焦(焦点在父窗口被聚焦),playMusic背景音乐播放无声音 [ 50%]

...format,for optimal performance reason,please refer to the official website document."); return null; } } if (_soundMuted) return null; } var tSound:Sound; if (!Browser.onMiniGame) { tSound= Laya.loader.getRes(url); } if (!soundClass) soundClass = _soundClass; if (!tSound) { tSound = new soundClass()...

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

349. XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. [ 50%]

...hildNode'. XmlDom没有了吗?要用哪个类? 我只找到原生的XMLDocument,可是报错 Property 'attributes' does not exist on type 'Node & ChildNode'. 谁 遇到过?let local_config:XMLDocument = Laya.Utils.parseXMLFromString(source); local_config.firstChild.childNodes[0].attribut...

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

350. 【字节小游戏】游戏中播放视频 [ 49%]

... var videoElement:any = Laya.Browser.createElement("video"); Laya.Browser.document.body.appendChild(videoElement); // 设置Video元素地样式和属性 videoElement.style.zInddex = Laya.Render.canvas.style.zIndex + 1; videoElement.src = "../../res/av/mov_bbb.mp4"; videoElement.controls = true; // ...

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