Framework7: Slider on range input isn't displayed

Created on 19 May 2016  路  7Comments  路  Source: framework7io/framework7

Slide "dragger" isn't shown on the iOS framework.

http://framework7.io/docs/form-elements.html

Work on Material

outdated

Most helpful comment

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);
}

See this here

All 7 comments

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);
}

See this here

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

J05HI picture J05HI  路  3Comments

Samnan picture Samnan  路  3Comments

nimo23 picture nimo23  路  4Comments

iBinJubair picture iBinJubair  路  5Comments

cloudus picture cloudus  路  5Comments