Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #962334

    Hi there,

    The icon tooltip feature doesn’t seem to be working for touch devices.

    I’ve tried looking for a solution to this one but all of the topics/answers on here were not helpful and didn’t resolve the situation.

    Testing on
    – iPad Pro 10.5″
    – iPhone 7

    I figured it may be a missing piece of code that enables touch devices or we’re missing something for that one?

    Thanks for your help!

    • This topic was modified 6 years, 5 months ago by endregan.
    #962824

    Hey endregan,

    Here is a thread for you to consider

    Best regards,
    Victoria

    #962862

    Hi Victoria

    Thanks for getting back to me.

    @media only screen and (max-width: 767px) {
    .responsive .av-mobile-fallback-active.avia-tooltip {
        visibility: visible;
    }
    }

    I tried implementing that code and it didn’t seem to make any difference. Implemented into child CSS

    Any other ideas? Were you able to login and take a look?

    #964082

    Hi endregan,

    Looks like this code will not work in your case.

    https://kriesi.at/support/topic/tooltips-icons-loaction-and-tooltips-window-overflow-off-the-page/#post-482024
    You can try changing mouseenter to click here, but it will work like that everywhere.

    Best regards,
    Victoria

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