-
Notifications
You must be signed in to change notification settings - Fork 19
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 implementation, the progress always fills 100% #6
Comments
@manumaticx thanks for the response. EDIT: So it looks like if I try to do an animate on it without waiting say more than a 1000ms it fills the full circle. This looks like a titanium having trouble loading everything fast enough issue to me. Thanks for thinking about that timeout idea. |
You are actually trying to do this before the screen shows up (calling |
Weird titanium bug. Don't ask! 😉 It should work now without the timeout |
Just looked at your commit it makes absolutely no sense but I'll take it. Thanks and good job! |
a lot of titanium fixes I'll never understand |
As I said... weird! It took me one hour to spot this. But it's a known issue which will be fixed in Ti 4.0 |
I tried following the sample use case scenario, it works on ios but always fills 100% on Android.
Only difference from the sample code is my index.js looks like this:
Also I didn't notice it animate live (maybe it just happened too fast, but possibly related issues?)
The text was updated successfully, but these errors were encountered: