How to breakpoint responsive for rotate 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
User avatar
BaconFries
 
 
Posts: 5324
Joined: Thu Aug 16, 2007 7:32 pm

Re: How to breakpoint responsive for rotate EVENT

Post by BaconFries »

Double-tap you mentioned; is that mean double click you meant?
Click or onclick is associated with the use of a mouse on Desktop. Whereas on the likes of Mobile devices there is no mouse so for the event to fire on a object then a tap of the object on the page (screen) is required. Example If you use "Hover" on the desktop then the first mouse over will trigger the effect (colour change on a menu item) then onclick it will trigger the second go to url or page.
The same principle applies to any object you have on the page in Desktop the onclick of the object using a mouse fires the event but on Mobile you have to tap the screen for the event to fire. Hope this explains.
makros
 
 
Posts: 64
Joined: Tue Mar 09, 2021 2:31 am

Re: How to breakpoint responsive for rotate EVENT

Post by makros »

Thanks, Bacon Fries for clarifying this like clicking on the mouse for desktop and tapping on the screen for mobiles.

Cheers!
Post Reply