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

UI Issue with windows-phone-7 project with kendo mobile and phonegap

3 Answers 23 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Karthik
Top achievements
Rank 1
Karthik asked on 15 Sep 2013, 03:56 AM
Hi Guys,

I am using Kendo UI Trail Version "v2013.2.716" for mobile development with phonegap, currently we support Android/iOS/WP7. I am trying to run a basic demo with Phonegap and Kendo UI. Its running fine, but i can't see the UI theme its like a blank screen. 

I check here in kendo ui forum, they told there is no support for WP7 because lack of CSS3 features in IE9 browsers.  I want to know whether this kendo mobile ""v2013.2.716" version will support wp7.

If not, it will support WP8 latest one???

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 17 Sep 2013, 08:19 AM
H Karthik,

Windows Phone 7 is a platform that is not supported by Kendo UI Mobile. Unfortunately there are no plans for its support if this WP version. 

Kendo UI Mobile supports WP8, so you should not experience any problems implementing it. You can check the supported platforms on the bottom of this page:

http://demos.kendoui.com/

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Karthik
Top achievements
Rank 1
answered on 17 Sep 2013, 08:47 AM
Hi Kiril,

Thanks for the confirmation about the Windows-Phone-7 issue.  I would like to ask few things. If we develop with iOS, Android, BB.  Its just giving the native look kind of text box, buttons which are appeared as in native platform. Is there anyway to right same kind of button/form elements for all platform commonly using Kendo Mobile UI.
Ex: If i use a text-box   
<input type="text" data-bind="value: id"  />


The above text-box will look as per native in their own platform. But i want to show same kind of text-box for all platform. 

Like i saw something like k-autocomplete in Kendo UI. Like that anything possible with inset type in Kendo Mobile to write a common style of form elements.
0
Kiril Nikolov
Telerik team
answered on 19 Sep 2013, 06:48 AM
Hi Karthik,

You can force the Kendo UI controls to look the same on all platforms by setting the platform configuration property of the application. Like for example:

var app = new kendo.mobile.Application(document.body,{
   platform: "ios"
});

However you cannot do the same for the controls that are not part of the Kendo UI Mobile suite - like the text-box for example.
 
Regards,
Kiril Nikolov
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
Karthik
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Karthik
Top achievements
Rank 1
Share this question
or