I am building a simple application using AI2 and I am stuck with a problem. I am testing the app on a smartphone with a 4k screen and the app contains a simple ong image component with the sizes of 2160 x 1440.
I have already tried setting the sizes in the image component properties to the same sizes of the original image, it resizes to the define size as expected, but it looses a lot of quality, it's as if a small image is being expanded beyond its native size.
I also tried setting the sizes to fill both parent width and height, same problem as above.
I also left the sizes to automatic and then the image shows as a very tiny image, nowhere near the size of the original image.
It appears that the AI2 is converting the images to tiny images when the APK is being tested on the phone (no emulator, the built app) and I cannot find any way of making the app use the images with the original quality and size.
The image itself weighs only 877kb.
Is there any solution for this problem?