gpt4 book ai didi

php - jQuery Mobile 页面未显示在移动设备上

转载 作者:行者123 更新时间:2023-11-30 18:06:59 25 4
gpt4 key购买 nike

我遇到了一些问题,我不确定它是来自 jQuery Mobile 还是 jPlayer。

我试图打开这个页面:http://music.x7dtv.com/m/radio/cool93

它在桌面(Chrome)上正常工作,但当我在移动设备(iOS 和 Android)上尝试时;它显示空白页。除了我包含 jPlayer 的页面外,其他页面 ( http://music.x7dtv.com/m/radio) 工作正常。

jPlayer Core 看起来不错这是我的代码:

$(document).ready(function() {
$("#jquery_jplayer_1").jPlayer({
swfPath: "http://www.jplayer.org/latest/js/Jplayer.swf",
ready: function() {
$(this).jPlayer("setMedia", {
mp3: "http://ip:8000/;stream/1"
}).jPlayer("play");
},
supplied:"mp3"
});
});

编辑:响应代码为 200。

最佳答案

已修复:

它在我通过 src 包含的代码中的 <script>标签。

关于php - jQuery Mobile 页面未显示在移动设备上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15584449/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com