Hello everyone,
I have a problem with some images displays. In my app, we can import images from the phone and add them to the app, nothing particular. Of course, the converted images are stored in a local database.
After reading some topic here, i chose to compress those images in base 64 to save space, but I encounter a problem : if the image file is too heavy, the image doesn’t display ! I tried to import many different images, to understand, and it seems that there is a size limit, about 20 ko (tried 18 Ko and it worked, tried 29 and it failed). Is that right ? Or is there something else i missed ?