Page 1 of 1

Button/image state on mobile

Posted: Mon Oct 08, 2018 1:52 pm
by nidrig
hi,

In the button/image component, three different images car be loaded for different states. It works as it should on desktop (with mouse that is).

On mobile however, when a button is "pressed" (touched), it briefly changes to clicked state but then remains on the "over" state, instaed of "normal".

For example, I have three colors; blue normal wihtout action, green over and red clicked. On mobile, it changes to green, then red but remains on green, never returns to blue.

It's an out of the box button, without logic blocks.

I would like the button to return to its original state..how to I do that? since it works as it should on desktop.

Thanks.

Btw, it's v6b4.

Re: Button/image state on mobile

Posted: Mon Oct 08, 2018 10:45 pm
by Hopki
Hi,
Testing this with the attached project and an iPhone 7 I see the correct operation.

The button has three states
N = Normal
H = Hover
C = Clicked

On the iPhone I see N then C, then back to N.
On the computer I see N, then on mouse over I see H and then C on click.
Can you test with the attached project.
Also what device are you using?
Regards,
Hopki

Re: Button/image state on mobile

Posted: Tue Oct 09, 2018 9:07 am
by nidrig
Hi,

My bad, the problem seems to happen only with svg images, not buttons.

See here: http://vr.36one.net/button_test/ (on mobile)

In blue it's a button, the icon is an image (svg).

Re: Button/image state on mobile

Posted: Tue Oct 09, 2018 10:52 am
by Hopki
Hi,
Tested and see the same thing so I have written up a bug report.
Thanks for the heads up.
Regards,
Hopki