How to handle hover activation in mobile
I set up a guide to appear when users hover an element on the desktop. Since we have a web-based application, we found that hovering doesn't work when using this on mobile. Does anyone has any suggestion on how to handle this?
0
Comments
Mobile doesn't support hovering (there is no PC mouse to hover over the element when interacting with a mobile device). Your only options for guide triggering for mobile devices are when the page load, as a result of a click on that element or by triggering a track event (track events won't help here as you would need to be able to track the user's eyes to trigger it).
Please sign in to leave a comment.