Skip to content

Android browser #8

@thoder

Description

@thoder

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions