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

大约有 3 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0023 秒)

1. safari横屏在一定条件下会出现显示内容错位问题。必现!! [ 100%]

....stage.alignV = Laya.Stage.ALIGN_TOP; Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; } } Victor • 2017-07-10 13:55 @cuixueying 小莹这个问题还有救吗?急等! Victor • 2017-08-09 11:50 @cuixueying 我现在仍然在面临,safari横屏调出地址栏时整个游戏下移的问题。我...

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

2. List中放TextInput,当list滚动的时候,复用会有问题,input中的内容会乱,尤其有输入框focus的情况下 [ 66%]

...); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; setup(); })(); function setup() { var list = new List(); list.itemRender = Item; list.repeatX = 1; list.repeatY = 4; list.x = (Laya.stage.wid...

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

3. 【简单跑酷--JS版】---Lv.6 终篇 [ 50%]

...txt.text = "Loading"; this.txt.width = Config.GameWidth; this.txt.align = "center"; this.txt.y = (Config.GameHeight - this.txt.height) * 0.5; this.addChild(this.txt); } _proto.progress = function(value){ this.txt.text = "Loading " + parseInt(value * 100) + "%"; } })();[/i][i](function () { /** * 游...

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