Rohit Singh
Rohit Singh
You can fix this issue by saving the captured image in the gallery and use that file path because if you take an image directly from the camera then the...
It doesn't matter how you are loading the image in image view the only thing matter is what file path are you using. how are you getting below path in...
@lillogoal your case is different but the problem I was facing is the same. I solved my problem after saving the actual image size in gallery when the user clicks...
@lillogoal no need to save image in an external directory. It will be great if you share a complete image link that you are trying loading in the photo editor...
I am not sure it will work or not but you can try it.
In the beginning, I said I am taking an image from the camera but you are taking it from the server.
is it happening with every image URL which you getting from the backend ?? if yes then I will create a sample for the same issue else you can share...
@lillogoal its working file with the URL also I am using this url -> [https://www.webconfs.com/comics/dynamic-vs-static-urls-comic.jpg]
yes you are right. how you are capturing the image ?? are you saving actual image size in local storage ??
remove .setWidth(600).setHeight(400) and try again may be this is the problem.