我正在使用Android中的PhoneGap构建一个移动应用程序,并尝试将div的背景设置为使用相机拍摄的照片。
我已经让相机工作得很好(代码如下),但是在拍完照片后,我想立即将身体div的背景图像设置为照片,而不是仅仅向用户显示他们的照片。
var pictureSource; // picture source
var destinationType; // sets the format of returned value
// Wait for PhoneGap to connect with the device
//
document.addEventListener(