We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a button has focus, it does not work.
I checked the source code and it seems to be the intended function of swiperjs.
I think this feature that it created to prevent conflicts with the basic behavior of tags in mobile environment.
However, I don't understand that the swipe doesn't work even if the button has focus. Can anyone please explain? Or is this a bug?
Test(When the button has focus, it has a red border.)
Swiping the button in the slide should work fine.
If the button hasn't focused, swiping the button works fine. Click the button to give it focus, swiping the button doesn't work.
The text was updated successfully, but these errors were encountered:
6ff0866
No branches or pull requests
What You Did
When a button has focus, it does not work.
I checked the source code and it seems to be the intended function of swiperjs.
I think this feature that it created to prevent conflicts with the basic behavior of tags in mobile environment.
However, I don't understand that the swipe doesn't work even if the button has focus. Can anyone please explain? Or is this a bug?
Test(When the button has focus, it has a red border.)

Expected Behavior
Swiping the button in the slide should work fine.
Actual Behavior
If the button hasn't focused, swiping the button works fine.
Click the button to give it focus, swiping the button doesn't work.
The text was updated successfully, but these errors were encountered: