Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #1435 Avoid double taps on buttons with tooltip on safari iOS #1442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 6, 2024

  1. Make Popper close automaticially after 3secs on touch devices

    When triggering a Tooltip/Speeddial/Popover on a touch device
    it will close after 3secs (or "closeOnTouchDelay" ms) when set to
    trigger="hover".
    
    Furthermore Svelte 5 will now behave identical to Svelte 4
    (instead of two touches a single one is required)
    shinokada authored and mrh1997 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0d7447e View commit details
    Browse the repository at this point in the history