
Images stopped opening on tap
I had set up a "default" static image from the great advice in this thread:
For some reason (maybe after the most recent update?) when we "tap" on the thumbnail image to see the full image nothing happens. I really need for a tap on the tumbnail to show the full image again.
As far as I can see nothing has changed and since it's been working for months I'm not sure where the problem could be.
Thanks
-
Found a temporary fix - using the same table/fields in the above link example, I added this to the "on click" line in the "Static Image" formula field ;
popupRecord(record(Images,1))
This will pop up the image record and then you can tap to get the full image.
It's not perfect but I'm not a programmer lol. I don't know if we can have the "on click" display the full image.