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
Registering Push Notifications with Tags not working
I am working on a Cordova app (using Telerik Appbuilder) and using this Azure Mobile Services plugin (https://github.com/Azure/azure-mobile-apps-cordova-client) to register for Push Notifications. I get a successful response from PNS (gcm and apns),…

codermav
- 235
- 1
- 3
- 11
1
vote
2 answers
Handle Push notification in Nativescript
I am working on application in Nativescript which implements push notification. Lets say server sends push notification and based on action mentioned in payload of notification i will have to redirect in application. This redirection should be…

Hardik Vaghani
- 2,163
- 24
- 46
1
vote
1 answer
Telerik Appbuilder Cli build callback
I'm using Telerik AppBuilder Cli to build an app for IOS. I am also using libimobiledevice which allows me to install the app directly onto my iPhone for debugging.
I'm using a batch script to build the app, and I want the same build script to…

dgo
- 3,877
- 5
- 34
- 47
1
vote
1 answer
how to pass parameters to modal popup?
I am working on Nativescript application where i need to open view on click of list item. So i will have to pass id of that item to the modal that is about to open on click of list item.
Here is my code as i tried and for opening modal popup :
var…

Hardik Vaghani
- 2,163
- 24
- 46
1
vote
1 answer
How to close modal popup?
I have a modal popup with custom page in Nativescript. I am calling open popup as below
var modalPageModule = 'components/appointmentDetails/tabs/location/location';
var context = args.context;
var fullscreen = false;
page.showModal(modalPageModule,…

Hardik Vaghani
- 2,163
- 24
- 46
1
vote
2 answers
Cordova Media Plugin not working
I can't get the cordova media plugin to work, I get error code 1 which signals that the file is not getting loaded. I've tried a number of variations, but can't figure out which path is correct.
Currently my code looks like this:
function…

Jakob
- 4,784
- 8
- 53
- 79
1
vote
1 answer
How to enable Analytics in Telerik Hybrid App
I am trying to enable Analytics in a Hybrid App that i am developing. As per the instruction in the telerik docs, i enabled analytics in my application and after that i am able to see Data in the Live Tab. But i am not able to see any data on any…

Jobins John
- 1,265
- 23
- 45
1
vote
1 answer
How to download base-64 source images in mobile device(Android,iPhone,Windows) and save into device phone memory
I have created one sample app using telerik app builder. I have created one simple view and one js file, render one image in view and convert it into base-64. I have requirement to download this image and save it to device internal storage using…

kapil darji
- 101
- 2
- 16
1
vote
2 answers
I want to refresh Telerik kendoMobileListView on button click
Actually I have a refresh button after listview, I want to refresh kendoMobileListView every time when user click on that button.. How can I refresh the kendo list?
- 1,132
- 2
- 12
- 23

Faizan
1
vote
1 answer
How to get a listview to refresh with new data from a Kendo datasource
How do I get my list view page to refresh when I load new data into my kendo.data.DataSource?
I'm working on a Hybrid Mobile app using Telerik AppBuilder.
I have a simple listview that is bound to a data source.
I use an ajax POST request to load…

DwB
- 37,124
- 11
- 56
- 82
1
vote
1 answer
JavaScript SDK return data form nested function
I'm writing Telerik platform hybrid app. I want to write a function which returns a number from Everlive cloud. Here's my code.
function getSector(){
var result = 0;
var data = el.data('csector');
data.get()
.then(function (data) {
…

Arnoldas Liudžius
- 339
- 8
- 18
1
vote
1 answer
Error installing Telerik Appbuilder CLI on Windows
I am trying to install the telerik appbuilder CLI to my windows machine. the first error i was getting was cl.exe could not be found. i solved this by modifying my install of visual studio community 2015 to include C++ and now i am getting alot…

Lonergan6275
- 1,938
- 6
- 32
- 63
1
vote
1 answer
AppBuilder VS Plugin for Open Source NativeScript
The plugin for NativeScript for Visual Studio support (mentioned here) is part of AppBuilder, which is not inherently free. There is no documentation that really explains whether a license for AppBuilder is required to use it, or if that also…

Brian Mains
- 50,520
- 35
- 148
- 257
1
vote
1 answer
Is Telerik mobile app running in AppBuilder or as packaged app?
I'm developing my first mobile app using the Telerik platform and I'm trying to find a way of dynamically setting the configuration based on the environment that the code is running in. e.g.:
var apiUrl;
function setConfig()
{
if…

Pete
- 1,807
- 1
- 16
- 32
1
vote
1 answer
setting LocalNotifications to only fire in waking hours
I'm working with teleriks verified LocalNotification plugin to send local notifications to the devices that run my app. I allow them to choose an interval of their liking between the notifications (1-2-3 or 4 hours), but I would like for these…

Jakob
- 4,784
- 8
- 53
- 79