Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

How to allow tooltip in Desktop view but not in mobile view? #1061

Answered by melvincwng
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Edilo-Stevens, to disable tooltip in mobile view, simply do:

tippy('#list-item-one', {
        content: 'Welcome to my homepage',
        touch: false,
});

Reference: https://atomiks.github.io/tippyjs/v6/all-props/#touch

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant