Slide "dragger" isn't shown on the iOS framework.
http://framework7.io/docs/form-elements.html
Work on Material
Preview iOS theme in Safari, it may not work correctly in Chrome or other browser
So there is no way that can be fixed under chrome or what? Still bug exists...
I agree this issue has not been resolved. the bug in question has neither been fixed nor has it been explained why it has not
also the material theme slider works fine in chrome so i can't see that there could possibly be any technical difficulty stopping this from being fixed
Duplicate of #929
I fixed this by adding the following to my css:
.range-slider input[type="range"]::-webkit-slider-thumb {
border: 1px solid silver;
background-color: white;
border-radius: 50%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I fixed this by adding the following to my css:
See this here