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

on the Android phone it looked horrible

3 Answers 27 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
PLAMEN ATANASOV
Top achievements
Rank 1
PLAMEN ATANASOV asked on 12 Mar 2013, 10:31 AM
Hello,

I made a small application with Icenium Graphite and everything looks as expected in simulator, but when I run it on the Android phone it looked horrible. What is wrong?

3 Answers, 1 is accepted

Sort by
0
Jan-Dirk
Top achievements
Rank 1
answered on 13 Mar 2013, 09:37 AM
Can you describe horrible?

Maybe it is because of difference in resolution between simulator and your device?
0
PLAMEN ATANASOV
Top achievements
Rank 1
answered on 13 Mar 2013, 04:17 PM
I used a custom CSS for my ListView and in simulator it's looks fine, but on my real device this CSS are ignored and everything is a mess.
0
Jordan
Telerik team
answered on 14 Mar 2013, 05:45 AM
Hello Plamen,

1. Make sure you use exact casing for file paths when referencing CSS files let say you have file:
styles/Main.CSS you need to link to it exactly that way.

2. Make sure you do not have leading / on any resource as files on mobile are not served from root but from relative paths specific to platform.

3. Make sure you keep cordova.js reference before jquery and kendo script references like this:

<script src="cordova.js"></script
<script src="kendo/js/jquery.min.js"></script>
<script src="kendo/js/kendo.mobile.min.js"></script>

And the best place to start  is our dedicated site for Kendo UI Mobile
we just introduced CSS styling with Theme Builder for Kendo Mobile.

Greetings,
Jordan
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
AppBuilder Windows client
Asked by
PLAMEN ATANASOV
Top achievements
Rank 1
Answers by
Jan-Dirk
Top achievements
Rank 1
PLAMEN ATANASOV
Top achievements
Rank 1
Jordan
Telerik team
Share this question
or