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
});