I have a list of images. How can I tap on a row, and then display the image in full scale?
Depends if you want to stay within the app.
You could leave the action of the inline list as “Show Detail Screen” whereby you’d have a singular image component.
Alternatively, you could change the action of the inline list to “open link” where it would then open the URL of the image thus displaying it full scale.
Is there really not a better way to pursue this? Doesn’t glide have a feature, where a picture gets displayed in full size, without leaving the page?