The object of this assignment is for you to layout an app for the iPad using CSS absolute positioning.
allowEdit : true, destinationType : Camera.DestinationType.FILE_URI, sourceType : Camera.PictureSourceType.PHOTOLIBRARY, mediaType : Camera.MediaType.PICTURE,
function onCaptureSuccess(ImageURI) { Image.src = "data:image/;base64," + ImageURI; }