本文介绍了Phonegap数据库问题 - 将图像存储在数据库中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试使用选项
创建一个非常基本的库存应用程序,以在库存中包含项目照片。除了照片部分,我还有
的所有工作...
I am trying to make a very basic inventory application with the optionto include a photo of items in the inventory. I have everythingworking except the photo part...
我看过这个
。有一点小问题,如果图像服务器源与页面源不一样,那么这段代码将无法在Phonegap之外工作,因为,但这在Phonegap中运行时不影响页面...
See Jesse MacFadyen article on doing this here. One little gotcha, if the image server source is not the same the page source this code is not going to work outside of Phonegap due to not having an origin-clean flag in the canvas, however this does not affect the page when running in Phonegap...
这篇关于Phonegap数据库问题 - 将图像存储在数据库中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!