Hello, I would like to use AppSheet to make ...

Hello,

I would like to use AppSheet to make QCM. And I need to displays images in forms. I can see the image using a column type image but I can’t click on it to zoom!! The click on images work fine when it is not a form!

Do you know with can I do? Thank you Greg

I’m afraid you can’t zoom the image in the form view. Though you could request this from here… www.appsheet.com/feature-requests.

Ok, thank you for the answer, I will request this.

Here is a workaround:

[How to zoom an image in form view by using XY column type](https://community.appsheet.com/t/how-to-zoom-an-image-in-form-view-by-using-xy-column-type/21058) Tips & Tricks ?

In form view it is not possible to zoom an image with column Type “Image” or “Show”. This trick uses column type “XY” to zoom an image in form view. Please watch my video Here is the sample App “Zoom in Form”. You can find it on my portfolio: https://www.appsheet.com/portfolio/549987 What it does: Table “Filenames” is read only. A Google App Script runs once a day and pulls in the filenames of images I have in the folder “Images”. In the App I can add a row to table “Zoom i…

2 Likes

My workaround is working only for images that are already stored. But not if you take a new image in a form view.
Does anyone has an idea how to zoom in an image in form view?