Mobile on touchstart EVENT

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
makros
 
 
Posts: 64
Joined: Tue Mar 09, 2021 2:31 am

Mobile on touchstart EVENT

Post by makros »

I have the logo with targeting to show a css menu when mouse over on default breakpoint.
and then I duplicated the same image and css menu to do the same on breakpoint but as there is no any mouseover or click on mobile so I am trying to use on touchstart and end to show and hide the css menu but it does not work for me.

Is that on touchstart and endtouch supposed to work for the mobile devices or what I am going to achieve?

Thanks in advance.
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Mobile on touchstart EVENT

Post by Pablo »

Note that these are standard HTML events, so whether or not they work depend son the browser, not on WWB.
makros
 
 
Posts: 64
Joined: Tue Mar 09, 2021 2:31 am

Re: Mobile on touchstart EVENT

Post by makros »

Thanks pablo.
I was able to manage it with another function.

Thank you
Post Reply