以编程方式将网页链接保存在 iPhone 桌面上
为了在 iPhone 桌面上保存直接的网页链接,我习惯在 safari 上浏览所需的网页,加载后按中间按钮,然后选择“保存到桌面”。我想使用 jqtouch、jquery 或任何其他 asp 方法以编程方式执行相同的操作。怎么可能呢?
In order to save a direct web link on iPhone's desktop, I use to browse desired webpage on safari and, once loaded, press middle button and then save to desktop option. I would like to do the same programmatically using jqtouch, jquery or any other asp method. How could it be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题已经被问过几次了,但我还是总结一下。
如果您正在为非越狱 iPhone 进行开发,那么答案是否定的。但还有一个替代方案:请参阅 Javascript“添加到主屏幕” iPhone?。
如果您的受众是越狱的 iPhone,那就是另一回事了。以下帖子解释了解决方案: 模拟“添加到主页”旧版 iPod touch 上的“屏幕”功能。
This question has been asked a few times on SO, but I'll just sum it up anyway.
If you're developing for non-jailbroken iPhones, then the answer is NO. But there is an altervative: see Javascript for "Add to Home Screen" on iPhone?.
If your audience are jailbroken iPhones, that's another story. The following post explains the solution: simulate "Add to Home Screen" feature on older iPod touch.