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

Problems with handle on Iphone 6s #9

Open
mumus opened this issue Nov 2, 2019 · 1 comment
Open

Problems with handle on Iphone 6s #9

mumus opened this issue Nov 2, 2019 · 1 comment

Comments

@mumus
Copy link

mumus commented Nov 2, 2019

Plugin works very weird, sometimes it won't drag handle on iphone safari

@mumus
Copy link
Author

mumus commented Nov 2, 2019

I found a problem.
I set:

.beer-range{
        opacity: 1 !important;
}

And saw
On a mobile device, you have to hit the slider with your finger, not the .beer-handle, because slider thumb is much smaller than .beer-handle.

Фото 02 11 2019, 19 49 03

To resolve that problem i found a solution:

[type=range]::-webkit-slider-thumb{
        -webkit-appearance: none !important;
        height: 48px;
        width: 80px;
        border-radius: 2px;
        display: block;
}

Width and height should be about the same size of handle:
Фото 02 11 2019, 19 54 29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant