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

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

131. 阿拉伯语言的显示都是反的 [ 70%]

...        style.direction = "rtl";             //Browser.document.body.style.direction = "rtl";             Render._mainCanvas.source.style.direction = "rtl";             Text.RightToLeft = true;             Browser.document.body.appendChild(Brow...

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

132. iframe嵌入laya做的html5,手机端浏览时iframe处不响应触摸滑动? [ 70%]

...下,希望可以得到您的回复,谢谢~ this.iframe = Laya.Browser.document.createElement("iframe"); this.iframe.style.position ="absolute";//设置布局定位。这个不能少。 this.iframe.style.zIndex = 1000;//设置层级 this.iframe.style.left ="100px"; t...

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

133. 真机调试 开启子域后 提示出现window is not defined [ 70%]

...not defined   我在网上找到方法 var window = window || global; var document = document || (window.document = {}); 加在代码最前面试试 试添加的位置是生成的微信项目里面的code.js 顶端   试了试 不行,添加后 微信开发工具 报错黑屏 提示 laya is not d...

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

134. webview(TypeScript-LayaNative原生服务-LayaNative进阶) [ 70%]

...是否能被关掉: * 设置为`false`时: 代码如下: ```typescript document.addEventListener('touchstart',()=>{ if(conch){ var l = 50; var t = 50; var w = window.innerWidth - l * 2; var h = window.innerHeight - t * 2; conch.setExternalLinkEx('http://www.layabox.com',l,t,w,h,false); // canclo...

来源: Laya2.0_文档 发布时间: 20210714

135. 关于分包的问题,是否是编译器bug? [ 70%]

...时当然就是报错,找不到定义,内容如下: (function(window,document,Laya){ var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__class=Laya.class,__getset=Laya.getset,__newvec=Laya.__newvec; })(window,document,Laya); 如果代码中这样写: var module:Module =new modules.LoginMo...

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

136. 用jsonp处理跨域问题,还是提示跨域!并且生成的script标签被直接删除了 [ 70%]

... @sky_fly:你的感觉是错的,添加标签类似如下: var script = document.createElement("script"); document.head.appendChild(script); 检查下你的逻辑代码有没有问题。 sky_fly • 2017-04-07 15:35 @yudicoming:发布以前测试是好的,发布后那个script是没...

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

137. 如何使用类似AS库打包的方式来分包 [ 69%]

...sA { public function CLassA() { } } }分包文件内容:(function(window,document,Laya){ var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__class=Laya.class,__getset=Laya.getset,__newvec=Laya.__newvec; //class cn.ztgames.st.Framework.Framework var Framework=(function(){ function Framework(){} ...

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

138. npm install layacmd -g之错 [ 69%]

npm install layacmd -g之错 c:\Users\qykings\Documents\h5work\layaGame\trunk>npm install layacmd -g npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\ node_modules\\npm\\bin\\npm-cli.js" "install" "layacmd" "-g" npm ERR! node v6.10.2 np...

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

139. 打包APP后,监听的事件Event.BLUR和Event.FOCUS失效? 请问下是APP的处理方式不一样吗? [ 69%]

...7-07-14 0 2 分享 微博 QZONE 微信 KevinWoo 赞同来自: Laya.Browser.document.addEventListener("resume", this.focus); Laya.Browser.document.addEventListener("pause", this.pause);   监听这两个事件就可以了。 2018-07-26 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...

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

140. 求教 label.text之类的文本,能否支持从右到左的显示?或者有没有什么解决方案,现有阿拉伯文、维语的需求 [ 69%]

...        style.direction = "rtl";             //Browser.document.body.style.direction = "rtl";             Render._mainCanvas.source.style.direction = "rtl";             Text.RightToLeft = true;             Browser.document.body.appendChild(Brow...

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