Describe the bug
I am using high-resolution images, which are pretty large in size, in my app. Images are shown in the photo-view (PhotoViewGallery.builder). Each image takes a few sec to be loaded
If you try to pop the copper view before the image is completely loaded on screen:
On Android, you don't see the image in cropper view, and the checkmark is indicating circular progress until the image is ready. -> which is UX-friendly!
But on iOS, You immediately see the image in cropper view but the screen freezes, like a glitch, you need to hold on until the image is loaded. -> This is a bad experience for the user.
Here is the function that I use for saving wallpaper and it pops up the cropper:
Describe the bug I am using high-resolution images, which are pretty large in size, in my app. Images are shown in the photo-view (PhotoViewGallery.builder). Each image takes a few sec to be loaded If you try to pop the copper view before the image is completely loaded on screen: On Android, you don't see the image in cropper view, and the checkmark is indicating circular progress until the image is ready. -> which is UX-friendly! But on iOS, You immediately see the image in cropper view but the screen freezes, like a glitch, you need to hold on until the image is loaded. -> This is a bad experience for the user.
Here is the function that I use for saving wallpaper and it pops up the cropper:
Expected behavior Getting the same behaviour as Android on iOS
Screenshots If applicable, add screenshots to help explain your problem.
iOS Device: iPhone 12 pro, iPhone 13pro, iPhone 14 pro
Additional context How to work around this issue! I am about to release the app!