In an android phonegap app the user experience in forms is bad for selecting dates or scrolling lists (due to the use of the standard browser). It would be nice to get a set of widgets to get a consistent user experience for all platforms. Check also mobiscroll.com.
Kendo UI's mobile widgets are decoupled from the Kendo UI mobile application since Q1 2014. Therefore, you can mix web and mobile widgets in web desktop and mobile context in the way you prefer, using date picker, dropdown, scroller, etc. Additionally, you can utilize standard form elements as illustrated here: http://demos.telerik.com/kendo-ui/mobile/forms/index.html
i would like the have the select option in Mobile most apps use this the set something! so something like this its possible: when creating native/flat looking App, sometimes you will need a dropdown list that is populated from da Datasource. something like this (actually from kendo ui web): element.find('#input').kendoDropDownList({ dataSource: data, dataTextField: "Name", dataValueField: "Id", template: templ, autoBind: true, });