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

hybrid app

1 Answer 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
claude
Top achievements
Rank 1
claude asked on 20 Aug 2012, 04:20 PM
hi everyone..i'm a  new in kendo ui. well i want build a hybrid mobile app that works on both andoid and iOS, and i know that u've got to define a variable in the javascript portion to define on which OS you want to test u'r app like this:
   
var app = new kendo.mobile.Application(document.body);
Now if want to test my hybrid app on both android and iphone emulators at the same time, do i need to declare two variables??

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 23 Aug 2012, 10:40 AM
Hi Claude,

KendoMobile supports both Android 2.0+ and iOS 3.0+. It is possible to force a specific platform style but by default the mobile apps and sites will automatically adapt the UI according to the device OS.
In other words there is no need to declare a specific platform look. To test your application you can even use the build-in change user agent functionality of Google Chrome Developer tools.

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