DMC

Results 54 comments of DMC

@kelvinthu imgs[data.index].setAttribute('style', 'transform:rotate(' + data.exifRotate + 'deg)');

Ok, I will add this feature in the near future. getMedias() add exifRotate ,

@TDola I have done it before and found some problems with IOS, such as IOS vertical screen photography, the angle is 270 degrees. IOS is a standard with a horizontal...

@TDola IOS EXIF Orientation(Some special) http://cc.cocimg.com/api/uploads/20150603/1433297018793594.png EXIF Orientation value=1(degrees=0) http://cc.cocimg.com/api/uploads/20150603/1433297032400034.png EXIF Orientation value=6 (degrees=270)

I added a new function that might meet your requirements. `MediaPicker.getExifForKey` ` MediaPicker.getExifForKey(resultMedias[i].path,"Orientation", function(data) { alert(data); }, function(e) { console.log(e) });`

@Pierpaolo01 ``` function startImagePicker(){ var resultMedias=[]; var imgs = document.createElement("IMG"); var args = { 'selectMode': 100, //100 images 101 images & vid 102 video 'maxSelectCount': 20, 'maxSelectSize': 188743680, //188743680=180M (Optional)...

` "cordova-plugin-media": "^5.0.2", "cordova-plugin-media-capture": "^3.0.2", "cordova-plugin-mediapicker-dmcsdk": "^2.4.5", "cordova-plugin-telerik-imagepicker": "^2.3.2",` Maybe these are conflicting,you can try remove other plugin =》try run

@tamsel12 try remove this plugin cordova-plugin-telerik-imagepicker

@ashish701ranjan @tamsel12 @08Thug is there no error log?

@TDola sorry sir ! Can do it but it is troublesome,so There is no possibility of supporting it for the time being.