Hi Brandon,
This seems to happen in Android 4.0 only, due to an overflow bug. Since there is no workaround, you can use this CSS to remove the arrow part of the button in Android:
.km-ios.km-on-android .km-back
{
-webkit-mask-image: none;
padding-left: .8em;
margin-left: 0;
}
.km-ios.km-on-android .km-back:after
{
display: none;
}
Greetings,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!