I do have a mobile screen with an image. On tap on that image I would like to open a popup to show the image in a larger scale.
I tried to store the image asset property in a local storage variable with a tap event and attached it with a load event to the asset property of a image placeholder in the popup screen.
I only get a blank screen. What am I doing wrong?