Hi Tom,
another one of those curve ball questions. Revisiting mobile hover events this time on any old DIV. I can use the cursor: pointer;
property and the iOS then recognises it, which is cool. However reading around stack and cssTricks a lot of recommendations is to use jQuery to add a touch listener event for mobile particularly for Nav menus. Which led me to thinking that must be in GP, a quick scour of GitHub and yes.
So mad question of the day, is their anyway of repurposing this listener for other non nav items? Presumably with an explicit class name or something?
Any thoughts?
David