Questions tagged [kendo-mobile]

Kendo UI Mobile is an HTML5, jQuery-based framework for building modern web apps. The framework features more than a dozen UI components, a rich data vizualization framework, an auto-adaptive Mobile framework, and all of the tools needed for HTML5 app development, such as Data Binding, Templating, Drag-and-Drop API, and more.

Kendo UI is an HTML5, jQuery-based framework for building modern web apps. The framework features more than a dozen UI components, a rich data vizualization framework, an auto-adaptive Mobile framework, and all of the tools needed for HTML5 app development, such as Data Binding, Templating, Drag-and-Drop API, and more.

http://www.telerik.com/kendo-ui-mobile

Features:

  • Complete Mobile Application Framework - Kendo UI Mobile provides both UI widgets as well as a complete application framework that handles app navigation, views, layout templates and more.

  • iOS, Android, Windows Phone, and Beyond - The UI widgets match the theming and functionality behavior of native controls available for iOS, Android, BlackBerry and Windows Phone.

  • Ready for App Stores - Build native-looking mobile apps with Kendo UI Mobile, compile and deploy them through these easy to follow steps.
  • Leverage the Cloud With Telerik AppBuilder - Integrate Kendo UI and TelerikAppBuilder together to give mobile app developers an "integrated cloud environment."
  • Automatic Layout System - Kendo UI’s layout engine helps developers build applications that automatically position common elements.
  • Customize Mobile Themes and Widgets - Use the Mobile ThemeBuilder tool to quickly modify the styles of Kendo UI Mobile widgets as they exist in your apps with an easy-to-use, standalone tool.
  • Kendo UI Mobile Loves Tablets Too - Kendo UI Mobile offers UI widgets specifically designed to help build native experiences for popular SmartPhones and Tablets, like the iPad.
  • Kinetic Scrolling - Upgrade your application with kinetic scrolling, which enables smooth, natural and touch-friendly scrolling through lists, carousels and other components.
  • Native UI on Every Device - Build apps and sites for mobile devices that offer native-like experiences for end users automatically, without any extra coding.

Try KendoUI Dojo for examples: http://trykendoui.telerik.com/web/widget-initialization/javascript-initialization

Related tags

423 questions
2
votes
1 answer

How to properly localize strings in kendo mobile?

I'm using the i18next library alongside of kendo and have had no issues getting things working as expected in the Kendo UI Web portion of my app, but the Mobile is a different story. I thought that I could call my i18n function from the init…
btbJosh
  • 305
  • 2
  • 12
2
votes
1 answer

Kendo button data click inside kendo grid template not working

I have a kendo grid like this. Inside this template I'm using data-click attribute to the button but event is not firing at all. I don't know what went wrong. Here is my code. Can anyone help. $("#defect_grid_general").kendoGrid({ …
Chinthaka Devinda
  • 997
  • 5
  • 16
  • 36
2
votes
0 answers

Providing parameter to navigate back function in a Kendo View

Providing parameter to navigate back function in a Kendo View According to the Kendo UI documentation, you can easily navigate backwards to the previously visited mobile View using the following function: app.navigate("#:back"); With default…
Juliën
  • 9,047
  • 7
  • 49
  • 80
2
votes
1 answer

Kendo UI Map doesn't render anything

I'm trying to get a map to display like this example: http://demos.telerik.com/kendo-ui/map/geojson I copy and paste the code and remove any references to resources I don't have, so that its just a simple kendoMap() function. Despite this, nothing…
KrisSodroski
  • 2,796
  • 3
  • 24
  • 39
2
votes
0 answers

Navigation in mobile application does not work in kendoui professional 2014.1.528

I updated to version 2014.1.528 kendoui in my mobile application. When I run and navigates to another view, it is in the newly opened view, I can not click on anything. I see that the div element where the views are added style pointer-events: none;…
2
votes
1 answer

Kendo ui mobile splitview navigation issue

I try to set up a sample for an universal app. Currently I'm stuck with navigation inside the splitview. The console logs an error saying that the links "#rightOne" and "#rightTwo" are not found. Here is my code (testet in kendo ui dojo). The code…
Romano Zumbé
  • 7,893
  • 4
  • 33
  • 55
2
votes
2 answers

onclick and href doesn't work together on mobile device

I use the the kendo ui splitview with two panes. This is what I tried: function testfunc(){ …
PMe
  • 545
  • 2
  • 9
  • 20
2
votes
1 answer

Kendo Mobile - Can not refresh listview on ModalView Close

I can not refresh the listview when a dialog which add's or deletes rows from this listview is closes. I tried several things. but the following does not work function closeModalViewRemove() { …
Calipso
  • 957
  • 3
  • 15
  • 33
2
votes
1 answer

Kendo AutoComplete for Kendo Mobile?

I am currently trying to use the kendo ui autocomplete widget in my mobile hybrid application. I can get the drop down to show up, but it isnt styled, the background is transparent. Does anyone know a way to fix this, and if not what is a good work…
Ohjay44
  • 897
  • 7
  • 20
2
votes
1 answer

Is the Kendo UI Web Grid adaptive rendering independent of the Kendo mobile application?

I'm trying out the latest Kendo UI Web release with a view to using it in our applications, particularly the Grid component. As shown here the grid is capable of adaptive rendering on mobile devices, or in any browser if the mobile property is set…
Chris
  • 3,081
  • 3
  • 32
  • 37
2
votes
0 answers

kendu ui datasource read event has null request

I have an Kendo UI scheduler widget on mobile page, which as you can see has a datasource read event. $("#scheduler").kendoScheduler({ ... dataSource: { batch: true, transport: { read: { url:…
ChampChris
  • 1,565
  • 5
  • 26
  • 44
2
votes
2 answers

Kendo Mobile vs jQuery Mobile design

From what I can tell, one of the main differences between Kendo Mobile and jQuery Mobile is that Kendo uses a single index page that loads the entire DOM of every page you are ever going to use at the initial load. This makes moving from page to…
Scottie
  • 11,050
  • 19
  • 68
  • 109
2
votes
1 answer

Detect iOS version using Telerik AppBuilder (Cordova.js)

How do I detect the version of iOS using Telerik AppBuilder (Cordova.js)? That would be great if the same method was used for finding the version for any mobile platform, but I need it specifically for iOS. Please let me know if there is any other…
Brian
  • 310
  • 1
  • 4
  • 13
2
votes
1 answer

Programmatically selecting actionsheet throws error

I am using uitest.js (built-on Jasmine.js) to test our Kendo UI Mobile application. I am displaying an actionsheet and programmatically selecting on of the options. This works ok in the app but throws an error that fails the test. I am using an…
zkent
  • 980
  • 1
  • 10
  • 22
2
votes
1 answer

Kendo Dropdownlist mobile rendering

Is it possible to render the dropdownlist as a select on mobiles. So that it works as a native select html tag on mobile devices?
1 2
3
28 29