Desired outcome: I would like to be able to touch a saved image on my review screen and have it open the image almost full screen so someone can view it’s details.
Current State: I have a Meal Entry review screen but I cannot figure out how to call that image into a larger viewer if the user wants to view closer details.
I created an image that fills the screen, then when clicked poulate with selected image and make visible while also making current displayed items not visible.
Thanks! That works for the MVP. Is there a way to be able to use the mobile native Pinch-to-zoom scaling functionality so that you can zoom within the fixed size of the LargeImage container?
Got it. Thanks for the other topic reference. It doesn’t look like the image can get bigger than the container so not going to add anymore value than already does.
Hello @michaelkiog9x you can zoom images using the web viewer.
If you set the web viewer to the image URL you can zoom in or out.
This only works for apps tho and not on websites.
Thanks @sketch!! That is the functionality I am looking for. The only problem is when I use the logic @martint gave me, I can’t get it to close or trigger it to set Visible to False. Was looking for a block on the screen that when you clicked somewhere outside the web_viewer it would trigger it to visible=false but don’t see anything block like that. Any thoughts?
The web viewer does not have a click event because it displays sites and cannot use events without disturbing the event flow in the site in the webview
You can however add a close button on top of the web viewer to close it when the user closes it.