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
0
votes
1 answer

Select Remote View Programmatically

I'm trying out Kendo Mobile. I'm really impressed with it so far. I've read this tutorial and am modifying it a bit for my needs. I've added an additional element to the tabstrip to include a "login" view. Because my login form is long and…
Justin Noel
  • 5,945
  • 10
  • 44
  • 59
0
votes
2 answers

Is it possible to create and manage multiple DOMS in a javascript application?

We are trying to mix frameworks like JQuery Mobile that like to take control of the DOM when they are functioning. We want to allow the frameworks to manage the DOM as they want, but when we switch frameworks in our Javascript application we can…
simapp
  • 49
  • 2
  • 5
0
votes
2 answers

meta name="viewport" content="width=device-width" Is not working with Kendo UI Mobile

I am using Kendo UI Mobile framework and I have a min-width: 768px CSS class assigned to one of my views because I have table data that can't be compressed anymore. The view shows correctly on a iPad, but when I look at it in a 7" Android Tablet,…
Rob
  • 11,185
  • 10
  • 36
  • 54
0
votes
2 answers

kendo ui mobile hangs when using with phonegap ios

I am using the new released kendoui 2013, phonegap 2.6.0, ios emulator 6.1 and iphone 4s(ios 6.1). I have try two ways: 1) use the phonegap generated index.html and add kendoui css and javascript by hand. 2) write a simple kendoui index.html…
0
votes
1 answer

How to open url inside the app with Keno Mobile similiar to UIWebView in iOS

I want to open a url that does not exit the app when it is deployed via Cordova / Phone Gap. UIWebView Sample UIWebViewImage I want to do something similar retain the top NavBar of the app, but without the address bar. When I currently visit a url…
Eric H
  • 1,676
  • 3
  • 16
  • 18
0
votes
0 answers

KendoMobile prevent click from bubbling

I am trying to do something like this.
Click here should not bubble to the container anchor
The Code that I tried: $('.inner_div').click(function(e) { …
Praveen Yadav
  • 391
  • 4
  • 13
0
votes
1 answer

Kendo Mobile UI Accordian

Hello all I want to implement accordian like functionality in kendo mobile but I am not getting any solution for that as it does not provide accordian. Help me by giving any other option. The data in my opening div is dynamic(the portion which is…
Mahesh Bhatt
  • 45
  • 2
  • 7
0
votes
2 answers

Updating a listview in Kendo UI Mobile from a remote databse

I am building an cross platform mobile app using Icenium in a very short period of time and as such I am trying to learn HTML5 and CSS in a very short period of time. I am using the Kendo UI Mobile framework to build the app and I need to link a…
0
votes
1 answer

KendoUiMobile+cross domain issue

I was binding ListView in KendoUIMobile with a remote wcf service. I know in order to work the cross domain access we need to use jsonp. But I tried the following code and it is not working. Please let me know where I am wrong. index.html (I tried…
Dev
  • 309
  • 1
  • 8
  • 24
0
votes
1 answer

Is there a way to allow a mouse-scroll on a kendo mobile listview?

I've noticed that the only way to "scroll" down on a mobile page with a listview is to click and drag. Is there a way to allow a normal scroll using a mouse wheel, for folks that are using the mobile site on their desktops?
0
votes
2 answers

autocomplete control in kendo mobile

is there a way to do this also with Telerik Kendo Mobile: http://www.raymondcamden.com/index.cfm/2012/3/27/Example-of-Autocomplete-in-jQuery-Mobile
sickpres
  • 21
  • 1
0
votes
1 answer

data binding in Kendo mobile

I am doing a kendo mobile application and I'm trying to bind data from database for listing using json call. I tried with the following code,but its not working Pls help me with this...thanks in advance... my code is here: …
user1254613
  • 25
  • 1
  • 2
  • 4
-1
votes
1 answer

How to change title (tooltip) from kendo ui datepicker without jQuery

i'm using Kendo ui and i use datepicker but i want to customize title (tooltip), exactly i want to change the text from 'togle calandar' to 'calendrier' this is a photo of my componenet: my datepicker with tooltip can someone help me please ?
-1
votes
1 answer

How to move Kendo Mobile Buttongroup to next row dynamically

I have a requirement where I have to show specifically three button groups in a row, and if it has more buttons then it should be moved to next row. These should happen dynamically, as the data value will be coming from the server. Here is the…
Shashank HS
  • 408
  • 1
  • 9
  • 23
-1
votes
1 answer

Kendo UI Mobile App not rendering like Android or iOS

I created a new project in Visual Studio which was a Telerik>AppBuilder>Drawer Application. The problem is that it doesn't look like android (not using the android stylesheet) when simulating android nor iOS (not using the iOS stylesheet) when…
crichavin
  • 4,672
  • 10
  • 50
  • 95
1 2 3
28
29