如何在 iPhone/Android 上将网页保存为桌面图标(书签?)?
是否可以提示用户是否要将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我为 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.
添加:
到文档的 HEAD 元素。
有关更多信息,请查看此线程:
iPad 和 iPhone 4 的 apple-touch-icon.png 的尺寸应该是多少?
Add:
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?
这个插件可能是一个很好的解决方案:
http://cubiq.org/add-to-home-screen
This plugin might be a good solution:
http://cubiq.org/add-to-home-screen