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

telerik appbuilder oAuth popup doesn't close

I am using Azure Mobile service's oAuth to authenticate users with their facebook/google/twitter in a hybrid JS app. When azure client's 'login' method is called, it opens a popup window to show the selected oAuth providers login screen where user…
tiwarib
  • 441
  • 6
  • 17
0
votes
2 answers

Open a Safari browser from Telerik AppBuilder

Telerik AppBuilder is using it's own "webview", but Apple store cannot accepts donations through app unless it's done thought Safari browser... Is there any way to open Safari browser inside App? Thanks
Vitaliy Hayda
  • 113
  • 2
  • 11
0
votes
1 answer

Connect telerik appbuilder to Azure documentdb

We're using the appbuilder extension in Visual Studio. We're trying to find ways to connect to our azure document database. We want to know how we can connect to this database and add, say a name or just a number to it (for now). Thanks in advance!
Nedyt
  • 72
  • 7
0
votes
1 answer

Telerik App Builder Device Simulator not showing preview

I am developing Hybrid App using with Telerik Appbuilder. I got warning from AVG Antivirus and forced me to delete file. As I deleted file, it disappeared Tab Strip from Device Simulator. I uninstalled Telerik Appbuilder and restarted my pc then…
Anjan Kant
  • 4,090
  • 41
  • 39
0
votes
0 answers

Register to application with Facebook or Google Plus

We are a team that is developing an application in which the users must register to be part of the application, and be allowed to use it. It is a paid application. We have a standard form for normal registration, but we want to give the user a…
0
votes
1 answer

users can APP using Telerik App Builder

I am writing an APP using Telerik App Builder. I want to have phone APP call functionality among users on APP. Any idea/hint on how it can be achieved? do we have any API for this? The App will behave like Skype and the users can call each other?…
user1417429
  • 3
  • 1
  • 6
0
votes
1 answer

To fetch Latitude Longitude using Kendo-ui in telerik appbuilder

I am using below function to display a map using kendo ui in telerik appbuilder. As you see, I have assigned static latitude & longitude to this. Please suggest some way to fetch lat long using kendo ui. I want to pass the latitude and longitude…
vicky
  • 241
  • 1
  • 3
  • 12
0
votes
0 answers

World Wide Web Services rule doesn't exist

I'm trying to use the Web Inspector in Telerik AppBuilder Windows client to debug a website on iOS. However, when I open the Inspector, none of the styling rules show up on the right side. I tried following the first step in this link:…
0
votes
1 answer

Blackberry in Telerik AppBuilder

I have a kendo mobile application developed using Telerik AppBuilder extension for Visual Studio. I can see the output in AppBuilder simulator for iphone, android phones and windows phone. Now I want to see the result in blackberry phone. I know…
Nirav
  • 17
  • 1
  • 7
0
votes
1 answer

Fetching multiple levels of objects with kendo ui datasource?

I'm very new to developing mobile applications with telerik appbuilder. There are some things I have a hard time to understand with fetching data from Everlive. Lets consider a simple example. Lets say I have Blog Posts and Comments that belong to…
Martin
  • 5,197
  • 11
  • 45
  • 60
0
votes
2 answers

AppBuilder Visual Studio Multi-Device Hybrid Apps

What is the pros and cons of using either Telerik appbuilder or VS Multi-Device hybrid app and what could be the advantages of using appBuilder over VS or vice verse?
0
votes
1 answer

Telerik AppBuilder Using Custom Plugin

I have recently started some app development with Telerik's AppBuilder and am running into one thing that I'm not certain of. I added a custom plugin to my project (Cordova Local Notifications Plugin) which seemed to work (it shows up in my solution…
Scott Salyer
  • 2,165
  • 7
  • 45
  • 82
0
votes
2 answers

Kendo UI + Cordova. Orientation issue.

I'm working on HTML5\JS application with Kendo UI (Appbuilder, cordova). And here is the issue: how can I manually set orientation (landscape\portrait). Thanks!
0
votes
2 answers

Appbuilder windows client not starting

I am using Telerik Appbuilder windows client. A few days ago a power failure happened. After that the application does not start. When I click on the shortcut in the menu I get a message :verifying application requirements.... after that nothing…
santubangalore
  • 796
  • 1
  • 12
  • 25
0
votes
1 answer

kendoMobileListView - Dynamic databinding with jSon

http://demos.telerik.com/kendo-ui/mobile/listview/pull-with-endless.html refering this demo we are creating kenolistview for our mobile application. we are getting data form webapi in jSon, whend we try to bind data with list view it's giving errors…