This is a migrated thread and some comments may be shown as answers.

Button showing wrong in android when forcing ios

0 Answers 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
cleverson
Top achievements
Rank 1
cleverson asked on 19 Oct 2012, 01:30 AM
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)...

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
cleverson
Top achievements
Rank 1
Share this question
or