Open confile opened 10 years ago
I tested with:
CanvasCamera.initialize(canvasMain); // define options var opt = { quality: 100, destinationType: CanvasCamera.DestinationType.DATA_URL, encodingType: CanvasCamera.EncodingType.JPEG, saveToPhotoAlbum:true, correctOrientation:true }; CanvasCamera.start(opt);
This doesn't work for me either on my iPad 2.0
I tested with: