MisaLiu / phi-chart-render

[Deprecated] A Phigros chart render based on Pixi.js
GNU General Public License v3.0
60 stars 21 forks source link

iPadOS上无法正确显示 #9

Closed HuYihe2008 closed 1 year ago

HuYihe2008 commented 1 year ago

ipad上使用safari(夸克也试了)打开点击start后浏览器并未做出正确显示,safari直接跑到后面,夸克等无反应 iOS version:16.2

MisaLiu commented 1 year ago

https://misaliu.github.io/phi-chart-render/?debug=true 尝试使用这个链接,并打开右下角的 vConsole 看看是什么错误

HuYihe2008 commented 1 year ago

我的ipad就直接一直停留在Loading scripts

MisaLiu commented 1 year ago

vConsole 没有任何报错?

HuYihe2008 commented 1 year ago

无任何反应

HuYihe2008 commented 1 year ago

静态资源也没加载

MisaLiu commented 1 year ago

「无任何反应」是指?

HuYihe2008 commented 1 year ago

「无任何反应」是指?

就是打开界面后一直保持静默没有反应

HuYihe2008 commented 1 year ago

我在尝试清除缓存

MisaLiu commented 1 year ago

右下角的 vConsole 也没有弹出?vConsole 里没有任何内容(包括 debug 模式警告)?

HuYihe2008 commented 1 year ago

弹出了但没有内容,只有debug模式警告

HuYihe2008 commented 1 year ago

image

MisaLiu commented 1 year ago

那太奇怪了......判断是脚本本体卡加载了

HuYihe2008 commented 1 year ago

image

HuYihe2008 commented 1 year ago

我电脑上加载是正常的

MisaLiu commented 1 year ago

好几天前就有在 iOS 卡加载脚本的反馈...但是我没有 iOS 设备也就一直没法马上尝试调试。

这下来看貌似不是什么好修的问题

HuYihe2008 commented 1 year ago

我尝试自己部署了环境,但是结果也是相同,卡加载脚本不动

HuYihe2008 commented 1 year ago

尝试多次后出现如下状况 image

HuYihe2008 commented 1 year ago

但我电脑上加载没问题

MisaLiu commented 1 year ago

能看看调用栈吗?

HuYihe2008 commented 1 year ago

能看看调用栈吗?

请问在哪里看啊不太会调

MisaLiu commented 1 year ago

能看看调用栈吗?

请问在哪里看啊不太会调

点一下单个报错

HuYihe2008 commented 1 year ago

image 点击start之后的报错

HuYihe2008 commented 1 year ago

能看看调用栈吗?

请问在哪里看啊不太会调

点一下单个报错

之前那些报错没有下级单点没反应

HuYihe2008 commented 1 year ago

是不是safari的一些webkit没有开启的问题

MisaLiu commented 1 year ago

看一下 network 栏?

HuYihe2008 commented 1 year ago

image image

MisaLiu commented 1 year ago

那我推测是 ServiceWorker 出问题了,麻烦您本地部署一下 6ea265e 看看是否能在浏览器里正常运行

HuYihe2008 commented 1 year ago

好的我稍后尝试一下

MisaLiu commented 1 year ago

那我推测是 ServiceWorker 出问题了,麻烦您本地部署一下 6ea265e 看看是否能在浏览器里正常运行

啊啊应该是这个 commit 的上一个 commit(4b70742)才对

HuYihe2008 commented 1 year ago

哦哦好

HuYihe2008 commented 1 year ago

这个版本可以正常使用,但是点击声音反馈似乎没了

HuYihe2008 commented 1 year ago

这个版本可以正常使用,但是点击声音反馈似乎没了

4b70742

MisaLiu commented 1 year ago

这个版本可以正常使用,但是点击声音反馈似乎没了

4b70742

这个 commit 的下一个 commit 也能使用吗?(先忽略音频相关问题)

HuYihe2008 commented 1 year ago

这个版本可以正常使用,但是点击声音反馈似乎没了

4b70742

这个 commit 的下一个 commit 也能使用吗?(先忽略音频相关问题)

好的我尝试一下

HuYihe2008 commented 1 year ago

正常部署可以使用 6ea265e

MisaLiu commented 1 year ago

那 444c1a8 可以正常使用嘛

HuYihe2008 commented 1 year ago

可以

MisaLiu commented 1 year ago

那试一下 e2109bd ,可能是资源加载器的问题

HuYihe2008 commented 1 year ago

不可以了,加载错误

HuYihe2008 commented 1 year ago

image

MisaLiu commented 1 year ago

好的清楚了,晚上回去尝试一下修复

MisaLiu commented 1 year ago

以及这个错误能看一眼控制台是什么错误嘛

HuYihe2008 commented 1 year ago

好的清楚了,晚上回去尝试一下修复

好哒谢谢啦!感谢开发者能这么积极快速的探究问题!

HuYihe2008 commented 1 year ago

以及这个错误能看一眼控制台是什么错误嘛

commit的几个版本中没有发现控制台按钮

MisaLiu commented 1 year ago

以及这个错误能看一眼控制台是什么错误嘛

commit的几个版本中没有发现控制台按钮

这一 commit 还没有加 vConsole,你可以参考 官方仓库 手动添加到 /public/index.html

HuYihe2008 commented 1 year ago

以及这个错误能看一眼控制台是什么错误嘛

commit的几个版本中没有发现控制台按钮

这一 commit 还没有加 vConsole,你可以参考 官方仓库 手动添加到 /public/index.html

好的我看一下

HuYihe2008 commented 1 year ago

emm我不好说您来看吧 image

HuYihe2008 commented 1 year ago

image

MisaLiu commented 1 year ago

确认了,就是资源加载器的问题

这几天会尝试修复

HuYihe2008 commented 1 year ago

好的好的谢谢了!