像 Safari 一样将图标添加到主屏幕

发布于 2024-08-29 12:28:09 字数 274 浏览 3 评论 0原文

我看到了 Bug Me iPhone 应用程序,并对向主屏幕添加图标的功能很感兴趣。我认为它的工作原理与 Safari 实现它的方式类似。

这里有一个类似的问题说这是不可能的: 实现“添加到主屏幕”,ala Safari

显然有一个方式,我没有在正确的地方寻找。

还有其他人解决过吗?

I saw the Bug Me iPhone app and was intrigued by the ability to add icons to the home screen. I figured it would work similar to the way that Safari achieves it.

There as a similar question here that said it was not possible:
Implementing "Add to Home Screen", ala Safari

Clearly there is a way and I am not looking in the right places.

Has anyone else worked it out yet?

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

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

发布评论

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

评论(1

別甾虛僞 2024-09-05 12:28:09

你必须使用 Safari。

BugMe 通过以下方式将注释保存在主屏幕上:

  1. 将注释上传到他们的服务器。
  2. 通过 -openURL: 及其服务器的 URL 启动 Safari。
  3. 在 Safari 中,系统会指示用户按“+”键将特殊的 bugme:// 链接添加到主屏幕。

如果只能使用记录的方法,就没有其他方法了。


对于私有 API,创建 UIWebClip 对象并使用 -[UIApplication addWebClipToHomeScreen:]

You have to use Safari.

BugMe saves the note on home screen by:

  1. Upload the note to their server.
  2. Launch Safari by -openURL: with a URL to their server.
  3. In Safari, the user is instructed to press the "+" key to add a special bugme:// link to home screen.

There's no other ways if only documented methods can be used.


For private APIs, create a UIWebClip object and use -[UIApplication addWebClipToHomeScreen:].

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