-
Notifications
You must be signed in to change notification settings - Fork 101
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
Preloader component not working correctly #102
Comments
Hi @John-Henrique, Thank you for reporting this. :) <div class="circle-progress" id="carregando">
<div class="spinner"></div>
</div> |
In browser works fine, but in Android no. |
I see. Please, can you try the latest version (1.2.2)? autoprefixer({ browsers: ['last 3 versions', 'ios 6', 'ios 7', 'ie 8', 'ie 9', 'android 4'] }) |
I tested the version 1.2.2 with Android 5.1.1 and it doesn't work too. |
@qathom really don't work too in 1.2.2 (Android 4.0.1) |
I don't know why, but I put this <div class="loading">Loading…</div> into .content and works perfectly. 😐 Not work if put <div class="circle-progress loading" id="carregando">
<div class="spinner"></div>
</div> |
Hi @sabatesduran and @John-Henrique, I tested the circle progress on my emulators running Android 5.1.1 and Android 4.1.1. Do you get any (JS) errors? |
No JS errors. |
This is my example. When run this the preloader isn't displayed.
I have this into div.content
The text was updated successfully, but these errors were encountered: