大约有 150 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0037 秒)
Laya_社区(105) Laya3.0_api(9) Laya2.0_api(8) laya_api(7) Laya3.0_文档(6) Laya2.0_示例(5) Laya2.0_文档(5) Laya_示例(5)
...周年》微信H5 我在这个作品中主要用到了原生js上传功能(input[type=file]),同时原生js和laya.js之间进行数据交互,这其间有过几次技术碰壁,感谢 @cuixueying 的技术支持,也真挚地期望LayaAir能够有自己的上传功能,加油! 附件 : --> ...
来源: Laya_社区 发布时间: 20170512
...ype 'Array' 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: 调试工具正常,真机报错:Request failed Status:0 text( 加载场景失败) HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 scriptEngine 0xc30edooo loadScriptStrin...
来源: Laya_社区 发布时间: 20190322
...复问题请先登录 发起人 135*****276 相关问题 怎么获得laya.input输入框里面的值 请问如何让textinput组件输入密码的时候显示*号? Button 中的文字无法垂直居中 文字镜像不见了 请教下textarea如何设置滚动条,现在文字量多一点话就不...
来源: Laya_社区 发布时间: 20210423
...onMessage"+event); // var byte:Laya.Byte = new Laya.Byte(); // this.socket.input.readBytes(byte); if (event instanceof ArrayBuffer){ var byte:Laya.Byte = new Laya.Byte(event); this.socket.input.clear(); this.processPackage(this._package.decode(byte)); } } private sendMessage(reqId, route, msg) { var...
来源: Laya_社区 发布时间: 20180119
...ype 'Array' 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: 调试工具正常,真机报错:Request failed Status:0 text( 加载场景失败) HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 scriptEngine 0xc30edooo loadScriptStrin...
来源: Laya_社区 发布时间: 20190809
...们默认在0点位置 var file:any = Laya.Browser.document.createElement("input"); var img:any = Laya.Browser.document.createElement("img"); //设置file样式 file.style="filter:alpha(opacity=0);opacity:0;width:200px;height:100px;background:url(b1.png) no-repeat center;cursor:pointer;"; file.type ...
来源: Laya_社区 发布时间: 20190129
...微信 stephysun 赞同来自: 假如说类似这种的话可以不? <input type="file" id="file" /> <span>上传文件</span> </label> <canvas width="300" height="300" id="canvas"></canvas> </body> <script> $("#file").change(function (){ var file = ...
来源: Laya_社区 发布时间: 20170111
...fig.compile && !forceCompile) { return; } } return rollup.rollup({ input: workSpaceDir + '/src/Main.ts', onwarn:(waring,warn)=>{ if(waring.code == "CIRCULAR_DEPENDENCY"){ console.log("warnning Circular dependency:"); console.log(waring); } }, treeshake: false, //建议忽略 plugins: [ ty...
来源: Laya_社区 发布时间: 20200918
原生js如何调用laya里的方法? 我打算用原生input type="file"上传(头像)图片,然后传入laya之中, 另外,laya什么时候自身支持file方法啊? 2017-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20170426
...助思路,运行时log 内存500M多,IPhone6还是卡死 切换不同input,输入法反复被呼叫出来?导致微信闪退 添加极光推送后,切回后台点击推送过来的消息,出现黑屏闪退是什么原因?内文有LOG,请帮忙查看一下哪出错了。 IDE闪退的...
来源: Laya_社区 发布时间: 20171127