Card Collection View don't show photo base64 encoded strings

Dear Team, I know it's a beta version. I am triyng to make a very easy mobile app.
I notice that the imageView component accept a base64 encoded strings for the src parameter, so the photo is shown. The Card Collection instead don't show the photo.
Is that a normal behaviour?

thank you


Hey @Cotrariello!

Thanks for flagging this, for the moment can you try specifying the source as a data URI? e.g. data:img/png{{item.photo}}

Hi @Kabirdas !!
Awesome it works very well.