Saving a PNG or JPG image to Photos in iOS via PhoneGap
问题 I am new to PhoneGap and would like to know how to save an in-App image to Photos in iOS. While I was able to use navigator.camera.getPicture with options quality:50, destinationType:Camera.DestinationType.DATA_URL,saveToPhotoAlbum: true to save a picture taken with the camera to Photos, I am now trying to find out how to save an in-App image to Photos. Consider the following PhoneGap - Cordova page where the element myPhoto holds imagedata such as "data:image/jpeg;base64,"... <html> <head>