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

Android browser #8

Open
thoder opened this issue May 13, 2014 · 0 comments
Open

Android browser #8

thoder opened this issue May 13, 2014 · 0 comments

Comments

@thoder
Copy link

thoder commented May 13, 2014

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

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