-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
On Android browser with a step of 20% for instance, when it is written 60%, only 40% of the progress is displayed and it stops the progress at 80% but it is written 100%.
I solved it by changing 4 CSS classes:
.ui-jqm-progressbar
{
overflow: hidden;
height: 30px;
margin: 5em, 0;
}
.ui-jqm-progressbar-mini
{
overflow: hidden;
height: 20px;
margin: 5em, 0;
}
.ui-jqm-progressbar-bg
{
float: left;
width: 0%;
height: 100%;
}
.ui-jqm-progressbar-label
{
overflow: hidden;
border: none;
left: 0;
position: absolute;
text-align: center;
vertical-align: text-top;
width: 100%;
z-index: 2;
}
Metadata
Metadata
Assignees
Labels
No labels