从 iPad 上的主屏幕运行时页面无法呈现
我有一个可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这实际上可能是一个通用的 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.