4265| 8
|
[有事请教] 手机上运行出现这个问题 |
100星屑
最佳答案是因为Android的webview对于字体处理这一块不成熟导致的,解决方案如下:
在rpg_core.js中找到下图的内容
修改为这样即可
Graphics._setupCssFontLoading = function(){
if(Graphics._cssFontLoading){
if (document.fonts.ready.then) {
document.fonts.ready.then(function(fonts){
Graphics._fontLoaded = fonts;
}).catch(function(error){
SceneManager.onErro ...
| ||
菜鸟一只
|
||
| ||
新手学习中.....努力吧!!
|
||
点评
那如果是部分手机才会呢,是手机不兼容吗
| ||
点评
好的,谢谢大佬
| ||
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-23 22:43
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.