Have multiple issues on iOS

Hi,

When I tested the control on iOS(11.4) using simulator it works fine. But when I tested it in an actual device (iPhone 6+ iOS 11.4), there are some problems with the controls.

1. When I try to rotate the image after it loads, it won't work. Second tap of the rotate button works or if there are other commands before rotating, e.g. flip.
2. When I flip the image then crop, the image is turned upside down. (This almost certainly happens when it's done on the first load of image also)
3. When I flip the image then rotate, the image is rotated but the flip was undone. (Same thing with 1 and 2 where it happens when the image was loaded and doing those commands right after)

Note: I'm testing different image for simulator and iphone. On iphone I test an image from camera and on simulator I'm using the default images that are there.

Thanks,
Clyde

1 Reply

MP Michael Prabhu M Syncfusion Team August 10, 2018 10:34 AM UTC

Hi Kade,  
  
We have analyzed about your all the three scenarios. The reason for the all three scenario is because of image is captured with 90 degree exif meta data.  
  
This is a default behavior in iOS for portrait images which always stored with a metadata of angle 90 irrespective of the orientation.  
  
In order to resolve this, we have to remove the metadata while loading the image to imageeditor. 
 
  
 We have created the sample with the above solution, and find the sample from below location. 
 
 
Thanks, 
Michael 


Loader.
Up arrow icon