Issues / bugs with the File and Image component

I noticed two issues / bugs (File and Image component in connection with Screen.HighQualityImages):

  1. As soon as HighQualityImages is set to true, the ASD needs this path
    /sdcard/Android/data/io.makeroid.companion/files/1.jpg
    to be able to display an image with the Image component or Horizontal_Arrangement.Image.
    See also here: What is the correct path to read ASD files now? - #43 by bodymindpower

Note: Both paths should basically work:

/storage/emulated/0/Android/data/io.makeroid.companion/files/1.jpg
/sdcard/Android/data/io.makeroid.companion/files/1.jpg

  1. File.Exists file does not work on Android 11.

ImageFileComp_issues.aia (196.7 KB)

6 Likes

Did you now how fix this problem?