Page 1 of 1

On Touch?

Posted: Sun Mar 12, 2023 4:44 pm
by Trugmaker
On Pc view, I have a 'mouseover' Event that when a viewer mouseovers a small image, a larger image appears. Obviously, with a mobile page this cannot be done, so am I correct in applying the 'on-touch' -start / 'on-touch end' event for my mobile/tablet pages?

Re: On Touch?

Posted: Sun Mar 12, 2023 4:54 pm
by Pablo
Most touch devices handle hover as click.
But you can also touch events. However it becomes more complicated when a device support both mouse and touch. In that case, events may get mixed up (unrelated to WWB).