如何在 UIWebView 中保存 .webarchive?
我正在关注 本教程,想知道如何使用本教程中使用的代码将当前网页保存为 .webarchive?
非常感谢您的帮助 - 谢谢!
I am following this tutorial and was wondering how I can save the current webpage as a .webarchive with the code I am using from the tutorial?
Help is very much appreciated - thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能。与 Mac 对应的
WebView
不同,UIWebView
没有用于创建 Web 存档的 API。它可以显示在 Mac 上创建的网络存档(例如在 Safari 中使用“另存为...”)。You can't. Unlike its Mac counterpart
WebView
,UIWebView
has no API for creating web archives. It can display webarchives that have been created on the Mac though (e.g. using Save as... in Safari).