cordova-plugin-sdy-ios-saveimg
v0.0.2
Published
This plugin allows you to save the contents of an HTML canvas tag to the iOS Photo Library, or Android Gallery from your app.
Maintainers
Readme
请在config文件中,添加对应的如下权限
<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
<string>需要相机访问权限</string>
</edit-config>
<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge">
<string>需要读取相册权限</string>
</edit-config>
<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="merge">
<string>需要访问照片库以保存图片</string>
</edit-config>