如何在 iPhone/Android 上将网页保存为桌面图标(书签?)?

发布于 2024-11-11 17:45:22 字数 136 浏览 2 评论 0原文

是否可以提示用户是否要将 URL 保存到 iPhone 或 Android 上的桌面(作为桌面快捷方式图标)?我在 iPhone 上的谷歌日历中看到过这个...屏幕底部会滑出一个小提示,询问您是否要安装谷歌日历应用程序,但我很确定这只是谷歌日历桌面快捷方式。

Is it possible to prompt the user if they want to save a URL to their desktop (as a desktop shortcut icon) on the iphone or android? I've seen this in the google calendar on the iphone... a little prompt slides up from the bottom of the screen asking if you want to install the google calendar app, but I'm pretty sure it's just a google calendar desktop shortcut.

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

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

发布评论

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

评论(3

待"谢繁草 2024-11-18 17:45:22

我为 iDevices 找到的最佳解决方案是在这里找到的移动书签气泡:http:// /code.google.com/p/mobile-bookmark-bubble/

这是一个小型 JavaScript 库,它会在 iDevice 屏幕底部添加一个弹出气泡并指向“+”按钮。

由于步骤太多,我还没有找到针对 Android 的好的解决方案。如果有人找到了,请告诉我。

The best solution I've found for iDevices is the Mobile Bookmark Bubble found here: http://code.google.com/p/mobile-bookmark-bubble/

This is a small javascript library that adds a pop up bubble at the bottom of your iDevice screen and points to the '+' button.

I haven't found a good solution for Android since there are so many steps. If anybody finds one, please let me know.

比忠 2024-11-18 17:45:22

添加:

<link rel="apple-touch-icon" href="...">

到文档的 HEAD 元素。

有关更多信息,请查看此线程:

iPad 和 iPhone 4 的 apple-touch-icon.png 的尺寸应该是多少?

Add:

<link rel="apple-touch-icon" href="...">

to the HEAD element of your document.

For more info, check out this thread:

What size should apple-touch-icon.png be for iPad and iPhone 4?

太傻旳人生 2024-11-18 17:45:22

这个插件可能是一个很好的解决方案:

http://cubiq.org/add-to-home-screen

This plugin might be a good solution:

http://cubiq.org/add-to-home-screen

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