Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Joomla Jumi 模块来调用通过 php 加载一些图像的外部文件脚本。
这在所有桌面浏览器中,但在移动 Safari 中,图像完全从 DOM 中删除。
我已经测试过仅使用 Jumi 模块将图像与模块的“编写代码”部分一起放置,并且它也被删除了。
经过进一步测试,我认为我已经缩小了问题的范围。出于某种原因,它只在越狱设备上执行此操作。
不知道为什么会这样,但在我的任何越狱设备上,图像都会被删除,但在非越狱设备上,它就像桌面浏览器一样工作。