Hi everyone,
The microblogging app shows an uploaded photo, but it doesn’t appear to be an image. I’m not sure what type of element it is. It’s data source says “Current cell’s Tweet”, but that’s the data type that contains a bunch of fields, including the Image field where the photo is stored.
When you click the image, it opens a popup and shows the image full size.
On my app, I have a ListOfPhotos field with a list of photos. I show the :firstitem from that list on the tweet, and I want my popup to show the whole list of photos. I think once I understand what they are doing with that “image element”, I will know how to get all of this working.
If you want to try the microblogging app, go to https://twitternot2.bubbleapps.io/version-test/home?debug_mode=true
username: user@email.com
password: password
Thanks for any help,
Peter