Change Image on Click Event

Hi!

I am all new here. Please, how do I do the following: change one picture to another if clicked, without any transitions. Just a mere image change at the same place of the screen.
Plus how do I tell the app to conform to any device size?
Thanx in advance!

1 Like

set Image.Source to the second image
EDIT: set Image.Picture to the second image
thank you @Kevinkun

Taifun

Use % values for width and height

See no Image.Source optionimage_change

image.picture

2 Likes

Yes you are doing right when any image click put the block set image picture to any picture that you want to set make sure to set image clickable to true in property

@Andrei_Baburin I changed your Topic Title to Image Change on click event

image

Thank you, guys! It worked perfectly.