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

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

61. httpRequest send返回Request failed Status:0 [ 53%]

...L 代码如下 var WebGL = Laya.WebGL; // 程序入口 var GameMain = /** @class */ (function () { function GameMain() { //初始化引擎 Laya.init(1136, 640); for (var i = 0; i < 4; i++) { var sp = new Laya.Sprite(); var xhr = new Laya.HttpRequest(); var url = "http://thirdqq.qlogo.cn/g%3Fb% .....

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

62. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 52%]

...p 06-20 19:10:18.494 5371-5371/com.ReleaseTest.Four E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 06-20 19:10:18.528 5371-5371/com.ReleaseTest.Four W/art: Attempt to remove local handle scope entry from IRT, ignoring 06-20 19:10:18.541 5371-5371/com.ReleaseTest.Fou...

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

63. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 51%]

...od stub Laya.Browser.window.location.href=data; }   } //绑定父类 Laya.class(StartResource,"StartResource",StarUI);  主界面 红色是dalog 绿色是超链接按钮     点击超链接按钮。 并点击 chrome左上角的返回键。   回到主界面, 点击dalog,dalog失效     --...

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

64. LayaNative 在android8.0 报ANR概率大 [ 50%]

...新问题,麻烦您看一下。 Rejecting re-init on previously-failed class java.lang.Class<vp>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/SafeBrowsingResponse; 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art:     at void com.android.webview.c...

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

65. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 50%]

...混排谷歌浏览器查看正常打包后的APP文字消失表情变大 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay...

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

66. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 48%]

...混排谷歌浏览器查看正常打包后的APP文字消失表情变大 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay...

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

67. socket大型项目回调 [ 48%]

...型项目回调 /** * 创建时间 2017/04/16 */ module PomeloLaya{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeout'; pri...

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

68. 构建apk后,java报错 [ 45%]

...a:80)         at miui.contentcatcher.InterceptorFactory.initInterceptorClass(InterceptorFactory.java:99)         at miui.contentcatcher.InterceptorFactory.createInterceptor(InterceptorFactory.java:41)         at miui.contentcatcher.InterceptorProxy$H.handleMessage(InterceptorProxy.java:3...

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

69. 【LIST无法拖动】参照官方实例做的 [ 42%]

...ox = Laya.Box; import Image = Laya.Image; import Text = Laya.Text; class Item extends Box {     public static WID: number = 400;     public static HEI: number =40;     private text_guanqia: Text;     private text_guanqia_info: Text;      private img: I...

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

70. LayaAir开发笔记(1)五十音图连连看 [ 33%]

...Count += 1; } 4.设置卡片 设置8×3个卡片,正常来说,应该用class封装一下,但是本人偷懒,直接弄了两个数组,一个是card,主要是监听鼠标点击Laya.Event.CLICK事件,用color属性标记对错,用winCount记录成功对数,当成功数达到12时,...

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