I have an app like this:
window.kendoMobileApplication = new kendo.mobile.Application(document.body,{
updateDocumentTitle: true,
initial: "login",
platform : "ios",
loading: "<h1>Aguarde...</h1>",
transition: "slide"
});
But, in all android I did test here shows like this picture.. The back button is missing one part and the other buttons, shows a square instead of the icon. Not all the icons.. Some of them has the problem...
In this case, is the back button "Voltar" and the button "Produtos".. The other button "Salvar" is all right.
When I run the same app in browser (chrome) or in the iphone/ipad, works with no problem.
I tried adding this, but didn't work:
http://www.kendoui.com/forums/mobile/application/missing-icons-in-tabstrip-with-platform-ios-on-android.aspx
.km-ios /* use .km-android, when you're not forcing the iOS styling) */
{
-webkit-transform: translatez(0);
-webkit-transition: -webkit-transform .0001ms;
}
I'm using the last version that I just download (trial)...
window.kendoMobileApplication = new kendo.mobile.Application(document.body,{
updateDocumentTitle: true,
initial: "login",
platform : "ios",
loading: "<h1>Aguarde...</h1>",
transition: "slide"
});
But, in all android I did test here shows like this picture.. The back button is missing one part and the other buttons, shows a square instead of the icon. Not all the icons.. Some of them has the problem...
In this case, is the back button "Voltar" and the button "Produtos".. The other button "Salvar" is all right.
When I run the same app in browser (chrome) or in the iphone/ipad, works with no problem.
I tried adding this, but didn't work:
http://www.kendoui.com/forums/mobile/application/missing-icons-in-tabstrip-with-platform-ios-on-android.aspx
.km-ios /* use .km-android, when you're not forcing the iOS styling) */
{
-webkit-transform: translatez(0);
-webkit-transition: -webkit-transform .0001ms;
}
I'm using the last version that I just download (trial)...