Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jQuery、javascript 和 HTML 创建一个网络移动应用程序。我的应用程序生成了一个图像(img HTML 组件),我想将它保存在移动设备的相册中。那可能吗?
谢谢!
用户必须自己保存图像。(即在 iOS 中,按住图像直到他们获得保存到相机胶卷按钮)。Web 应用程序无法以编程方式保存图像。
为此需要Web 共享 API级别 2 。在 iOS 14 中不可用,现在在 Chrome Android/Windows 中可用。
https://web.dev/web-share/