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

problem with resources

1 Answer 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 03 Oct 2012, 10:28 PM
I'm brand new to the mobile development scene, but I know html/css. I can't seem to setup Kendo UI correctly. Whenever I try to open my app in my browser, nothing but text shows up. I need help in knowing where to extract the Kendo UI files, and how to set them up. Any help would be appreciated.

1 Answer, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 04 Oct 2012, 06:53 AM
Hello Matt,

Have you initialized the mobile application? In order to make the HTML start looking and feeling like a mobile app you must initialize the application. Like here: 
<script>
    var app = new kendo.mobile.Application();
</script>

I will suggest to going through our online demos and examining the source code (they serve a good starting point). For the widget configuration options you can check the Kendo UI Mobile documentation. Also, we have some help articles with subject "How to build apps with Kendo UI Mobile" - I believe you will find it useful: 
 
Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Matt
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or