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

Q2 Mobile Theme Support - How to Enable

2 Answers 66 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 17 Jul 2013, 04:26 PM
How do we enable the use of themes for the mobile kendo application?  I downloaded the Q2 bits, upgraded my mobile application, however I don't know how to tell the application to not automatically detect a platform.  I know how to override the platform...  is there a special value to use for the platform option for the kendo mobile application?  I didn't find anything for this in the documentation:  http://docs.kendoui.com/getting-started/mobile/application

app = new kendo.mobile.Application($(document.body), {
    initial: "rootView",
    transition:'slide',
    loading: '<h1 class="loading-message">Loading...</h1>',
    platform: null
 });

2 Answers, 1 is accepted

Sort by
0
Accepted
Bill
Top achievements
Rank 1
answered on 17 Jul 2013, 05:12 PM
I just found the answer on a blog just released on the Q2 Blog.


var app = new kendo.mobile.Application(document.body, { skin: "flat" });
0
Petyo
Telerik team
answered on 18 Jul 2013, 06:36 AM
Hi Bill,

This is correct. The skin configuration option is also available in our documentation. 

Regards,
Petyo
Telerik
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
Bill
Top achievements
Rank 1
Answers by
Bill
Top achievements
Rank 1
Petyo
Telerik team
Share this question
or