Questions tagged [telerik-appbuilder]

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.

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…
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:
0
votes
1 answer

Cordova/Window.plugins undefined

I have an existing Telerik AppBuilder application that previously had working notifications before a major overhaul was done on the app. The app uses Cordova 3.7.0 and is attempting to implement the localnotifications plugin, whose source code can…
CBlumey
  • 40
  • 1
  • 7
0
votes
1 answer

Push Notification issue with Telerik Hybrid App

I am trying to implement PUSH notification in my Hybrid Application. I followed the procedures as specified in the link below. TELERIK PUSH NOTIFICATION TUTORIAL I have production certificate and corresponding APNS Certificate. Along with this i…
0
votes
0 answers

How to scroll to top on button click in Telerik Appbuilder

I want to scroll the page to top on the button click, I used jquery .scrollTop but it is not working. Is there any other method to scroll the page in Telerik Appbuilder
Faizan
  • 1,132
  • 2
  • 12
  • 23
0
votes
1 answer

How to add custom plugin in telerik app builder app

I have needed to add custom plugin into app for refresh gallery while image is download by user. Plugin: https://github.com/guinatal/refreshgallery I have already tried to added above plugin in my telerik app but not add properly.So,please give…
kapil darji
  • 101
  • 2
  • 16
0
votes
1 answer

How to download base 64 image using cordova filetransfer

I have used cordova file transfer protocol and used download function for downloading base-64 image. When i have put remote server path like "https://upload.wikimedia.org/wikipedia/commons/4/4a/Logo_2013_Google.png" then it download but when i put…
kapil darji
  • 101
  • 2
  • 16
0
votes
1 answer

External links using Phonegap/Telerik Platform/Cordova without OnClick on link

We are using Telerik Platform, which runs on Cordova. We have dynamically pulled content from a CMS that shows some of our content in our app. Our authors want to put links in the content, but of course, I don't want them having to put an…
ClosDesign
  • 3,894
  • 9
  • 39
  • 62
0
votes
1 answer

Problems creating android build with Telerik Appbuilder; android-support-v4.jar" already exists

Im having trouble building my app through the build process of Telerik Appbuilder. We are using a modified version of the multi imagepicker plugin wich has a reference to the android-support-v4.jar in the plugin.xml, like so
Tom Aalbers
  • 4,574
  • 5
  • 29
  • 51
0
votes
0 answers

Setting Kendo Showloading

I am trying to edit the loading symbol on my existing mobile app built in AppBuilder, written by another developer. However, I can't seem to find where the loading symbol is actually set. A variable called _kendoApp is being passed around…
CBlumey
  • 40
  • 1
  • 7
0
votes
1 answer

Cordova Center Item On Event

I am building and app in Telerik App Builder, and I am attempting to create functionality so that when a submit button is pressed, the page checks if a certain required field has a valid value, and, if not, scrolls back up to that field and focuses…
CBlumey
  • 40
  • 1
  • 7
0
votes
0 answers

Build Configuration for Telerik Appbuilder Mobile App other than Debug,Release mode (need for dev,stag,preprod)

I am using telerik appbuilder to create my mobile app and i need seperate configurations for various environments.So i referred Build Configurations and how to Create Environment Settings.But these two ariticles fully dealing with debug and release…
0
votes
1 answer

Messenger in mobile APP

I work on Telerik Framework, and using AppBuilder for creating mobile app I need to add messenger component in mobile application, Is there any sample,plugin for this request