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
2 answers

Firing a click event programmatically using Kendo UI Mobile

I am using Kendo UI Mobile and I am attempting to write a UI test case. I am using Jasmine for testing. I have the following button in my login page for my mobile app.
zkent
  • 980
  • 1
  • 10
  • 22
2
votes
1 answer

Refreshing Kendo UI viewModel

I have a very simply page at the moment. It has a first name input, last name input, and a list of names added. You can add your first and last name to the text box, press add. It adds it the peopleList I have and adds a new listItem with their…
mark
  • 53
  • 2
  • 7
2
votes
2 answers

How to get Single result on kendo.data.Datasource

I have an Odata result like this {"odata.metadata":"https://localhost/DocTalkMobileWebApiOData/odata/$metadata#MasterPatient/@Element","PatUniqueId":"39e713db-6a0e-4e59-bf7b-033f4fc47ad5", …
Quoc Nguyen
  • 348
  • 6
  • 25
2
votes
2 answers
2
votes
2 answers

Kendo UI login functionality

I am currently making a iPhone application using Kendo UI which i am running through phone gap to test on my iPhone. The design is all mapped out nicely and I am getting to grips with the Kendo framework. I am trying to make some functionality…
Buzz Lightyear
  • 190
  • 2
  • 19
2
votes
2 answers

Kendo ui mobile set default theme to flat ui

Im just starting out with kendo ui and am running a very basic example below. It currently displays as ios but i want to set it to be the flat ui theme all the time. I cant see anything in the demos or documentation which state how to do this. Can…
lnelson92
  • 621
  • 5
  • 20
  • 27
2
votes
1 answer

Finding if a user is verified in Icenium Everlive

I am new to Icenium Everlive and I am attempting to block logins by users who are not verified. My login and registration currently works using code like this: function login() { var user = { "username": username.value, …
2
votes
1 answer

Force DropDownList to use list instead of ActionSheet for mobile

I'm working on an iPad app using Kendo and the DropDownList is throwing an ActionSheet. I'd like to force it to use the Web UI list style. How can I do this?
ChickensDontClap
  • 1,871
  • 4
  • 22
  • 39
2
votes
0 answers

Kendo UI Mobile Scroller issue

I have used kendo UI mobile version in ASP.NET MVC to show changes in a iframe. In my html i have several views in which i want header,contain area,footer area i need scroller in contain area for which I have used " " in each view it's working only…
Sumit Patel
  • 2,547
  • 8
  • 33
  • 45
2
votes
1 answer

Kendo Scheduler in a Kendo Mobile App

I'm trying to get the new kendo scheduler widget to work in a kendo mobile application. As soon as I switch views (Go from month to week), it crashes. Same code works great on Chrome and Firefox. The error in logcat is Uncaught TypeError: Cannot…
Instigator
  • 31
  • 5
2
votes
0 answers

Kendo Mobile - "flat" skin incorrectly displays footer tabstrip tabs on Android 2.3

When testing on both the Android 2.3 simulator and devices, the tabstrip adds an extra tab that is blank (black background). This occurs when there is more than one tab in the tabstrip. Upon removing the "skin" property of the kendo mobile app…
TAS
  • 383
  • 1
  • 6
  • 17
2
votes
1 answer

Change title in show event of view for Kendo UI Mobile?

How can I change the title during the show event of a view? This is what I am trying to do but is not doing anything:
...
mobileViewShow: function (e) { $.get('services/' + e.params.id)) …
TruMan1
  • 33,665
  • 59
  • 184
  • 335
2
votes
0 answers

How to increase tappable area of top navbar buttons in iOS PhoneGap/Corova Apps

I have been developing hybrid apps on iOS and the most glaring problem I am having is the back button that emulates the native back button on the top navbar has a much smaller area. This may be due to the button being on the edge of the top edge of…
Eric H
  • 1,676
  • 3
  • 16
  • 18
2
votes
1 answer

Kendo UI Mobile how to disable touchmove binding

I'm upgrading to Kendo UI Mobile v2013.1.514 (from v2013.1.319) and everything works great except that it attaches "touchmove" along with preventDefault() for everything inside of my views. It seems to attach touchmove prior to the first showing…
ewindsor
  • 885
  • 10
  • 24
2
votes
1 answer

PhoneGap 2.6.0 and Kendo UI Mobile external links

Using Kendo UI Mobile v2013.1.319 and PhoneGap 2.6.0 (iOs), I'm no longer able to open links in the Safari browser. This worked well on previous versions: But now it still opens in…
Publicus
  • 1,550
  • 7
  • 18
  • 33