从 iPad 上的主屏幕运行时页面无法呈现

发布于 2024-12-05 23:13:08 字数 300 浏览 0 评论 0原文

我有一个可以在 iPad 上运行的网络应用程序,没有任何问题。但是,在 Safari 中,当我在页面上选择“添加到主屏幕”然后单击图标打开页面时,出现以下错误:

此页面包含以下错误:

第 1 行第 2 列错误:StartTag:元素名称无效

下面是出现第一个错误之前的页面呈现。

错误发生后它是空白的,因为它发生在第 1 行。

为什么在浏览器中运行它时它可以工作,但从主屏幕运行它时却不起作用?我假设它仍然使用 Safari 引擎。

I have a web app that runs on an iPad with no problem. However, in Safari, when I'm on the page and choose "Add to Home Screen" then click the icon to open the page, I get the following error:

This page contains the following errors:

error on line 1 at column 2: StartTag: invalid element name

Below is a rendering of the page up to the first error.

It's blank after the error since it is occurring on line 1.

Why would it work when running it within the browser but not when running it from the home screen? I was under the assumption that it still used the Safari engine either way.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无所的.畏惧 2024-12-12 23:13:08

我认为这实际上可能是一个通用的 IIS / .NET 错误,而不是 Safari 渲染错误。也许您可以从全屏 iPad Safari 捕获用户代理字符串,看看它是否与常规 Safari 不同。从那里你可以将其欺骗到 Firefox / Chrome 中,看看接下来会发生什么。

I think this might actually be a generic IIS / .NET error rather than a Safari rendering error. Maybe you can capture the User-agent string from fullscreen iPad Safari and see if it differs from regular Safari. From there you could spoof it into Firefox / Chrome and see what happens next.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文