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

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

141. 分享:自定义鼠标(光标)样式——基于body修改style [ 69%]

...定义style实现。 //鼠标样式 var body = laya.utils.Browser.window.document.getElementsByTagName("body")[0]; body.setAttribute('style', "cursor:url('mouse/mouseb.png'),url('mouse/aero_unavail_xl.cur'),pointer"); //================= 二、注意的地方: 路径:路径以index.html所在目...

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

142. 用iframe内嵌网页及适配 [ 69%]

...arguments[index]); } return str; }; var iframe = laya.utils.Browser.window.document.createElement('iframe'); iframe.setAttribute('src', "http://www.layabox.com/"); iframe.setAttribute('frameborder', 0); var body = laya.utils.Browser.window.document.getElementsByTagName("body")[0]; body.appe...

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

143. drawToCanvas截图在某些手机上会变暗 [ 69%]

...anvas(1080,1920, 0, 0).getCanvas().toDataURL(); //图片显示在页面中 document.body.appendChild(snapshot); //隐藏游戏画布 document.getElementById("layaContainer").style.display = "none"; 大致过程如上述。在手机微信浏览器中运行游戏,到分数结算界面,然后进行...

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

144. vivo小游戏发布与调试指南(TypeScript-小游戏适配文档-vivo小游戏) [ 69%]

...载安装vivo的调试APP,下载页面:[https://minigame.vivo.com.cn/documents/#/download/debugger](https://minigame.vivo.com.cn/documents/#/download/debugger) 进入页面后,点击 立即下载 ,即可下载安装。至于如何安装vivo调试APP,这里就不介绍了。 3、下载vivo...

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

145. LayaNative在ios下,ipv6地址无法建立socket链接 [ 69%]

...层面解决这个问题是最直接有效的。   file:///C:\Users\User\Documents\Tencent Files\123784387\Image\C2C\{ED0525B6-94C7-366F-9596-1261293516EA}.jpgfile:///C:\Users\User\Documents\Tencent Files\123784387\Image\C2C\{ED0525B6-94C7-366F-9596-1261293516EA}.jpg 附件 : --> 2018-05-05 添加...

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

146. ios safari横屏下,鼠标点击不正确,且旋转屏幕时显示错位 [ 68%]

...现空白和点击错位问题: 因为ios的safari在横屏状态下,document.body.clientHeight会比window.innerHeight高,因为ios的safari全屏模式是根据document.body.clientHeight高度是否超过window.innerHeight且用户手动滚动页面时才会自动变成全屏的,旋转横...

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

147. DOM元素-表单输入 [ 68%]

...= Laya.Render.canvas.zIndex + 1; input.style.width = "100px"; Laya.Browser.document.body.appendChild(input); return input; } function fitDOMElements(){ for (var i = 0; i < arguments.length; i++) { var dom = arguments[i]; Laya.Utils.fitDOMElementInArea(dom, this.form, 100, i * (this.rowSpacing + this...

来源: Laya_示例 发布时间: 20241118

148. layaAir分包问题 [ 68%]

...过Url获取具体脚本代码 if (moduleJs) { __JS__(&quot;var script = document.createElement('script');&quot;) __JS__(&quot; script.type = 'text/javascript';&quot;) __JS__(&quot; script.text = moduleJs;&quot;) __JS__(&quot; document.body.appendChild(script);&quot;) } chunjine • 2017-03-17 12:43...

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

149. OPPO小游戏分包指南(TypeScript-小游戏适配文档-OPPO小游戏) [ 68%]

...。 [[https://cdofs.oppomobile.com/cdo-activity/static/201810/26/quickgame/documentation/#/subpackage/subpackage](https://cdofs.oppomobile.com/cdo-activity/static/201810/26/quickgame/documentation/#/subpackage/subpackage)] ### 三、oppo小游戏官方的分包方式 虽然很多开发者已经看...

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

150. DOM元素-表单输入 [ 68%]

...= Laya.Render.canvas.zIndex + 1; input.style.width = "100px"; Laya.Browser.document.body.appendChild(input); return input; } fitDOMElements(){ for (let i = 0; i < arguments.length; i++) { let dom = arguments[i]; Laya.Utils.fitDOMElementInArea(dom, this.form, 100, i * (this.rowSpacing + this.rowHeigh...

来源: Laya2.0_示例 发布时间: 20241118