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
1
vote
1 answer
Manage Telerik backend push notifications based on data
I've been going around in circles today trying to figure out the best approach, but I'm still lost. Hoping someone here or the Telerik forums has the answer.
My user has a group of records with dates. I need to send a single push notification to the…

Phil Figgins
- 796
- 1
- 8
- 22
1
vote
1 answer
Getting animatescroll.js to work in Phonegap/Cordova/AppBuilder
I've been struggling trying to get Ram Swaroop's animateScroll.js to work with Telerik's AppBuilder.
I need the nice fine-grained control of animateScroll, like pre and post scroll event handling, animation easing and controllable scrolling speed…

David Gerding
- 232
- 3
- 10
1
vote
1 answer
Telerik AppBuilder extension for Visual Studio does not have UI Designer
I looking for developing hybrid Kendu UI mobile apps using visual studio 2012. When i downloaded and installed the app builder, there is no UI designer view for the HTML. How can we design the HTML for appropriate layout without designer.
Looking…

kasi
- 7
- 2
1
vote
1 answer
DropDownList not populating with Data from Datasource
Hi I'm doing my first app mobile using telerik appBuilder and I can't get the Kendo datasource to work with a dropdown list.
The result of my webservices is below but I can't get the correct data-bind for that result.
{"d":[{"id":2209,"nom":"Test…

user3783733
- 43
- 1
- 5
1
vote
0 answers
Android Cordova flaky on first load
I've built a Cordova 3.2.0 app using Telerik AppBuilder. Works perfectly on the simulator and on iOS.
Works fine on Android once it's "warmed up". However, I'm getting random issue from users on various devices with the toolbar not loading, only…

Robert Morgan
- 41
- 3
0
votes
1 answer
Unable to sync nativescript v3.x project in Telerik
I have built a project in nativescript with angular version 4 and nativescript version 3. When I deploy on telerik using the app builder, I get the following error message:
the synced project is targetting tns-core-modules 3.1.1 and doesnt match…

trees_are_great
- 3,881
- 3
- 31
- 62
0
votes
0 answers
window.cordova.plugins is always undefined in Ionic on Telerik AppBuilder
I'm not sure I made the right decision to create an Ionic application in Telerik App Builder. I am almost done with the app, but I have one super-frustrating issue I have had for the past week or so. I have added ngCordova to my application, so that…

codeshinobi
- 112
- 12
0
votes
0 answers
How to run the AppBuilder to deploy a NativeScript application
I try to deploy my NativeScript application to my iOS device. I know there have been quite a few questions on this but I just can not get behind it.
What did I try to do?
I followed this…

Rüdiger
- 893
- 5
- 27
- 56
0
votes
0 answers
How to use ionic 2 UI in telerik appbuilder
I did a hybrid application in ionic 2. Now I preferred to create this project into telerik appbuilder. So I tried to use ionic 2 UI in to telerik appbuilder through bower_components. Using bower I added ionic library to telerik appbuilder project.…

sukhesh chukkapalli
- 53
- 1
- 8
0
votes
1 answer
Telerik Hybrid Mobile App Issue showing Japanese chars in View
I am building the HTML5 Hybrid mobile app with the help of Telerik AppBuild platform and in one of the view (components/loginview/view.html) I am trying to show language selection dropdown as follows:
0
votes
1 answer
Telerik's AppBuilder not grouping files
I am using the AppBuilder to create a NativeScript app. I am at the point that I need to start looking into environment settings to get the app ready for QA and production.
I followed the article:…

dpdragnev
- 2,011
- 2
- 28
- 55
0
votes
1 answer
Telerik Appbuilder Temp .JS files cleanup
I am loading templates dymanically. i.e.,
base.html
onLoad(loadSubPage1, 'some_div')
loads subPage1.html into some_div on the base.html page
** Note: the onLoad method loads the html. The .html file has a reference to its .js file (so it's loaded…

Robert Green MBA
- 1,834
- 1
- 22
- 45
0
votes
1 answer
Nativescript with AppBuilder plugin update
I am developing an app using nativescript with AppBuilder and Visual Studio. I am using a plugin called nativescript-pdf-view (https://github.com/Merott/nativescript-pdf-view). Everything worked fine until Apple changed one of their methods in…

dpdragnev
- 2,011
- 2
- 28
- 55
0
votes
1 answer
How to add npm modules in telerik nativescript app
I'd like to use the telerik platform as my primary development platform for mobile dev but I'm facing an issue when trying out a sample app on physical hardware.
Using telerik platform with a nativescript angular2 app .
I succeed into running the…

Vincent Duprez
- 3,772
- 8
- 36
- 76
0
votes
1 answer
What is the difference between main-page.js and main-view.model.js when developing native apps through Telerik App Builder
How to change the text of the xml based textField via main-page.js? Im using this.set("message", getMessage(this.counter)); to change the values via main-view-model.js. But that scenario is not working when I try in it in main-page.js. How to do…

Harsha W
- 3,162
- 5
- 43
- 77