Telerik AppBuilder enables you to use your skills in HTML, CSS and JavaScript to develop, test, and publish applications that run natively on the Apple iOS, Google Android and Microsoft Windows Phone mobile platforms by combining the convenience of a local coding environment with cloud-based compilation, data storage, and publishing.
Questions tagged [telerik-appbuilder]
107 questions
0
votes
0 answers
Looking for a working example of kendo Mobile Grid in TelerikAppBuilder
I have started to do this example
http://docs.telerik.com/kendo-ui/controls/data-management/grid/adaptive
but I get an error Uncaught TypeError: $(...).kendoGrid is not a function
I think its because the AppBuilder Template just references Kendo…

Micah Armantrout
- 6,781
- 4
- 40
- 66
0
votes
2 answers
"No suitable method found to Override" function Error in Android
public override void OnBindSwipeContentHolder(ListViewHolder holder, int position)
Hi Friends I am working on Android app With Telerik UI for android Controls Please Help me "OnBindSwipeContentHolder" not found error How can i resolve…

Srinivas Ch
- 1,202
- 2
- 19
- 34
0
votes
1 answer
App Version Plugin Issue
I am trying to get App Version in a Telerik Hybrid Application and the code that i am using is as follows
cordova.getAppVersion.getVersionNumber(function(value) { alert(value) });
This was working in iOS 9.3. But after updation of iOS 9.3.1, i…

Jobins John
- 1,265
- 23
- 45
0
votes
1 answer
Difficulty implementing Chart widget with Kendo UI
I'm creating a mobile app using KendoUI in the Telerik AppBuilder. I created a blank view to hold my chart and then went in to start adding the code. I cannot get the chart to appear.
These are the scripts referenced in my index.html: