gpt4 book ai didi

iphone - Dashcode 区分 iPad 和 iPhone 浏览器

转载 作者:行者123 更新时间:2023-12-03 19:42:25 25 4
gpt4 key购买 nike

我正在尝试弄清楚如何让 Dashcode Web 应用程序区分 iPhone 浏览器和 iPad 浏览器。一个有效的例子是 Apple iPad User Guide 。 iPad 将显示一个光滑的破折号内置界面。 iPhone 被重定向到网页。

我在 Howto force DashCode question 中找到了一些帮助.

我正在编辑redirector.js 文件。下面强制iPad使用由Dashcode构建的Safari布局,而不是Mobile Safari,这正是我想要的。当从 iPhone 浏览时,会返回文件未找到错误。

// redirect to the more appropriate product
if (DCProductURLs["mobileweb"] && DCshowiPhone) {
// Changed case so that the Safari layout is displayed on iPad
// window.location.href = DCProductURLs["mobileweb"];
window.location.href = DCProductURLs["desktop"];
}

感谢您的任何建议。

最佳答案

测试window.navigator.userAgent。它将包括 iPad 上的 iPad 或 iPod touch 上的 iPod。

var oniPad = /iPad/.test(window.navigator.userAgent);

关于iphone - Dashcode 区分 iPad 和 iPhone 浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4474059/

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