[Resolved] Hover on mobile devices

Home Forums Support [Resolved] Hover on mobile devices

Home Forums Support Hover on mobile devices

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1468667
    Dominik

    Hi there,

    is there a way to remove the dark square flash when pressing a link or button (e.g. the burger menu or button) on mobile/touch devices?

    A short screenvideo: https://imgur.com/a/7F2pxT3

    Thanks in advance guys!
    Best regards

    #1468860
    David
    Staff
    Customer Support

    Hi there,

    do you have a link to that ‘product’ page so i can see what the issue is?
    Is this just when the tabs are being clicked ?

    #1469329
    Dominik

    Hi David,

    sure (attached in private information).
    Is it recommended to keep the “normal” hover/press feedback for touch devices?

    The hover/press is on all links/buttons. On the product tabs it is not working well.
    So either it would be great to remove all hovers on mobile or to fix those on the tabs.

    #1469703
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Mobile devices will trigger the hover event when an item is tapped.

    In this case, it may work to just disable the transition on mobile:

    @media (max-width: 768px) {
        .woocommerce div.product div.summary .ywctm-custom-button {
            transition: none !important;
        }
    }
    #1472471
    Dominik

    Hi Tom,

    that´s it – thanks!

    #1473363
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.