PhoneGap创建图库,将图片存储到其中
我一直在尝试找到一种解决方案,将使用phonegap相机API拍摄的照片保存到我选择的图库中。 PhoneGap 文档说它应该忽略在 Android 中打开图库的任何选项,但没有任何地方提到如果其他平台中不存在所需的图库,如何创建新图库?
或者如何将捕获的图片存储到您选择的图库中?
I have been trying to find a solution to save the pictures i take using phonegap camera API to a gallery of my choice. The phonegap docs say that it should ignore any option of opening a gallery in Android, but nowhere has it mentioned how to create new galleries if the required one doesn't exist in other platforms?
Or how to store the pictures captured to the gallery of your choice??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将图像从 JavaScript 发送到本机代码(Obj-C、Java),并通过本机工具将其保存到设备。
You can send image from your javascript to you native code (Obj-C, Java) and save it to device by native tools.