egret-target-wxgame icon indicating copy to clipboard operation
egret-target-wxgame copied to clipboard

Results 8 egret-target-wxgame issues
Sort by recently updated
recently updated
newest added

请问egret开发微信小游戏可以使用Signalar库吗

![image](https://user-images.githubusercontent.com/3370177/55711530-6797d300-5a1f-11e9-827e-c837e2329cd9.png)

RT. 您安装的最新引擎版本为 5.2.8 当前项目使用版本为 5.1.7 您可以执行 egret upgrade 命令升级项目 您正在使用白鹭编译器 5.1.7 版本 正在编译项目... Error D:/Egret/egret-target-wxgame-1.1.7/demos/openDataContext/openDataContext/src/Main.ts (53,31): Cannot find name 'wx'. Error D:/Egret/egret-target-wxgame-1.1.7/demos/openDataContext/openDataContext/src/Main.ts (165,13): Cannot find name 'wx'. 项目共计编译耗时:4.286秒 编译项目失败

按照这个教程[http://developer.egret.com/cn/github/egret-docs/Engine2D/minigame/openDataContext/index.html](http://developer.egret.com/cn/github/egret-docs/Engine2D/minigame/openDataContext/index.html), 在电脑上帧数正常。但在Android和iOS手机上,**含有开放域内容的均卡顿严重**,感觉像是sharedCanvas生成bitmap绘制消耗时间过长? @himuil 能看下么,万分感谢

var audio = new Audio(url); audio.addEventListener("canplaythrough", onAudioLoaded); audio.addEventListener("error", onAudioError); var ua = navigator.userAgent.toLowerCase(); if (ua.indexOf("firefox") >= 0) { audio.autoplay = !0; audio.muted = true; } // audio.load(); wxgame没有此接口 this.originAudio =...

用这个demo真机测试的时候,翻页会闪屏,请问如何解决?

如题,排行榜中看不到文字,安卓各种型号的手机都看不到.