从 iPhone 应用程序添加 Safari 书签
我想让我的应用程序能够以编程方式向 Safari 添加书签,这可能吗?
I'd like to have my application be able to add bookmarks to safari programmatically, is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不太可能:没有 API 可以实现这一点(你可以从用户的角度理解它......)。
这里的答案证实了这一点:
安装应用程序时向 iPhone 上的 Safari 添加书签?
Not really possible : there's no API for that (and you can understand it from user perspective....).
An answer here confirms it :
Add bookmark to Safari on iPhone when an application is installed?
您无法在 Safari 本身中添加书签,但可以在用户的主屏幕上添加一个图标,为任意 URL 添加书签:
iPhone 上 Safari 的用户体验编码指南
You can't add a bookmark in Safari itself, but you can add an icon on the user's Home screen that bookmarks an arbitrary URL:
User Experience Coding How-To's for Safari on iPhone