-
Notifications
You must be signed in to change notification settings - Fork 273
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
iOS Buttons with hints requires two taps #1435
Comments
Looks like this is a "Safari for iOS" bug that needs to be worked around: |
If you are using Runes, please try https://svelte-5-ui-lib.codewithshin.com/. |
mrh1997
added a commit
to mrh1997/flowbite-svelte
that referenced
this issue
Sep 22, 2024
…ari iOS Due to an Safari Issue the first "mouseenter" event will block the "click" event. This can be worked around by using the "pointerenter" instead.
mrh1997
added a commit
to mrh1997/flowbite-svelte
that referenced
this issue
Sep 22, 2024
…ari iOS Due to an Safari Issue the first "mouseenter" event will block the "click" event. This can be worked around by using the "pointerenter" instead.
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
With Svelte 5 the following Page requires two taps on iOS on the Button to run the
on:click
action (window.alert()).The first tap shows the hint. The second one runs the action.
The problem does not occur:
<div>
is removedReproduction
see sample above
Flowbite version and System Info
The text was updated successfully, but these errors were encountered: