Android 10 Ionic 5 mobile app does not show images from Amazon s3

I’m developing Ionic 5 mobile app both Android and iOS.

I bring images to my ionic app from Amazon S3 and use the image URL in img tag like this. <img src="https://..." />

iOS and Android 10 below devices are totally fine. But, ONLY Android 10 above does not show the images appropriate. It throws alt text but no image. There’s no error or

Is there any problems on Android 10? or different policies between Android 10 above and below?

Do you have any idea why Android 10 wouldn’t work img tag from Amazon s3?

Thank you for your answers, in advance!

Have you tried using DomSanitizer?

Yes, I tried but no luck.