I am using ImageListView Component in Appzard. I have uploaded image in assets of my project and placed Image in add item block. But image is not displaying in app. I have tested in companion and APK as well. Please see the blocks mentioned below.
Yes, but the ImageListView component uses an external library (Picasso) to load images asynchronously which requires URIs such as file://android_asset/ for assets, file://path/to/file or even https://somesite.com/image1.png.
Btw, another solution to use assets in the image list view component is to prefix the asset name with //, it would work in APKs but not supported in the companion.
It should now be possible to use // as a prefix for assets in the ImageListView component and it would work in both APK and the companion with the latest release: