Android-SpinKit icon indicating copy to clipboard operation
Android-SpinKit copied to clipboard

Not working on Android 7, API 25

Open vinothm1994 opened this issue 8 years ago • 4 comments

this is not working on Android 7, API 25

vinothm1994 avatar Jul 29 '17 08:07 vinothm1994

Yeap, I think I have a similar problem. It just can't seem to show the ProgressBar. I have setup everything correctly, as in the example. However, the samples, do run correctly on the same device. I tried overriding the default colors to no avail.

RowlandOti avatar May 19 '18 12:05 RowlandOti

Have you enabled animation on your device? I faced with the same issue but made it work after enabling animation on my device

huywithtravel avatar Jan 07 '19 05:01 huywithtravel

Users don't know about enabling animation on the device, hence that is not a solution that will work. In production, you can't ask users to go that deep in the developer settings just for the sake of a single app.

RowlandOti avatar Jan 07 '19 08:01 RowlandOti

Yes. We can check whether animation is enabled or not on a device by checking below system setting flags:

  • WINDOW_ANIMATION_SCALE
  • TRANSITION_ANIMATION_SCALE And due to this system settings, I don't think we can do further more without asking user to enable animation on his/her own device

huywithtravel avatar Jan 07 '19 08:01 huywithtravel