When forcing platform ios on android, all icons are squares using Q3 release. However, forcing platform blackberry on android works perfectly fine.
1 Answer, 1 is accepted
0
Kamen Bundev
Telerik team
answered on 19 Nov 2012, 09:19 AM
Hi Ali,
This looks like a bug - background properties are used on iOS to apply icon gradients through -webkit-background-clip: text, which is something that doesn't work on Android. I fixed this for the next internal build, but as a workaround until then, you can add the following rule to your CSS: .km-root .km-on-android .km-view span.km-icon
{
background: none;
}