I’m trying to add a hover over interaction that basically acts like the center of the screen is a hover over trigger, so when scrolling down the page and a card is in the center of the screen it hovers like a hover over, but I only want it to do this when it’s a device that doesn’t have a mouse cursor. Right now, even when it’s a device with a cursor, when the screen is in tablet or mobile view, it will do the hover over without the cursor being over it. I want it only to do this when there’s no cursor.
Hi @Winnal yes you need JS to detect mobile browser but this detection is not specific to Webflow directly. Implementing JS to WF can be done in WF areas used for custom code. More info how to implement custom code can be found on Webflow university.
If you do not have further questions related to this topic feel free to close this request as solved.