Questions tagged [icenium]

Icenium (currently known as 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 and Google Android mobile platforms.

Icenium is a Telerik product (currently known as AppBuilder) that enables you to use your skills in HTML, CSS and JavaScript to develop, test, and publish applications that run natively on the Apple iOS and Google Android mobile platforms by combining the convenience of a local coding environment with cloud-based compilation, data storage, and publishing.

68 questions
8
votes
2 answers

How to Add a Third Party Framework to a Cordova 3.0 Custom Plugin?

I'm trying to create a cordova plugin with a third party framework (in this case AdColony.framework) https://github.com/AdColony/AdColony-iOS-SDK. I'm having trouble figuring out how to add this framework using the plugin.xml (Plugin…
sharic19
  • 1,139
  • 3
  • 15
  • 25
4
votes
1 answer

Kendo UI Dropdownlist data binding of value

I'm using Kendo UI dropdownlist inside a listview
4
votes
1 answer

KendoUI DataSource results in Invalid JSON Primitive

So I've been beating my head against the wall for a day or so trying to get this to work. if it's simple and stupid - sorry and thanks. It's pretty long post as I'm trying to describe everything I've done thus far. So I have a ASMX web service…
Richard
  • 147
  • 9
3
votes
0 answers

Android Phonegap App - menubutton event sometimes does not fire

Im using Telerik AppBuilder with Cordova version 3.5 and the following code to provide physically back and menu buttons on Android devices: var app; function onLoad() { document.addEventListener("deviceready", onDeviceReady, false); } function…
Torben
  • 479
  • 6
  • 16
3
votes
2 answers

JavaScript console library

I have heard about a JavaScript library that simulates the console from development tools, but I can't find anything on the web. My need is when I deploy my HTML5 + JavaScript application (with Icenium) in a device (tablet or smartphone and Android…
DontVoteMeDown
  • 21,122
  • 10
  • 69
  • 105
2
votes
0 answers

create phonegap plugin with libxml2 dependency

i am trying to create plugin as described. the plugin should use static lib that i create which depends on libxml2. I have added libxml2.dylib to plugin.xml as described in phonegap plugin spec page there is also need to set header search paths to…
2
votes
0 answers

How do I embed Android videoview as a custom plugin into phonegap/cordova app without it going full screen?

I am developing a custom plugin for Cordova. At this point I am focusing on Android only and once I sort that part out I will move on to iOS. I do understand the basics of Cordova 3.2 custom plugin development and integration and I have been able to…
Krafty
  • 602
  • 5
  • 24
2
votes
1 answer

Finding if a user is verified in Icenium Everlive

I am new to Icenium Everlive and I am attempting to block logins by users who are not verified. My login and registration currently works using code like this: function login() { var user = { "username": username.value, …
2
votes
2 answers

Can JQuery UI Mobile and Kendo UI Mobile co-exist in one project?

Has anyone tried this before in Icenium or in regular HTML 5 project? Is there possible problem if we try to build our core project based on this two libraries?
xlinc
  • 97
  • 1
  • 5
  • 10
2
votes
2 answers

overriding default kendo-ui styles in icenium

My goal is to style a kendo-ui mobile app in Icenium to look the same on each device it's used on. Current targets include Android and IOS. My stylesheet is the last link in the head section, to ensure that it overrides any other styles in the app.…
Eddie Prislac
  • 145
  • 1
  • 10
1
vote
0 answers

goinstant.connect not working on deployed mobile app

The app is developed using Icenium and Apache Cordova. GoInstant connects just fine in the simulator on my computer. However, as soon as I create a build provision and deploy it, connecting fails after 10s or so with the error that it reached the…
Matt
  • 5,547
  • 23
  • 82
  • 121
1
vote
2 answers

Can not navigate back using window.location.href

i am developing an App using Icenium Graphite. at one point i am showing list of people using Kendo Grid which is having Edit button. using this edit button user can edit that particular record. when user clicks on Edit button that record gets open…
Trupti
  • 597
  • 4
  • 8
  • 17
1
vote
2 answers

What .js Do I Need to Include to Access Cordova's Media object?

I'm using Icenium Mist, and the cordova.js it includes is pretty streamlined and small and I can't find the definition of the Media object I'm hoping to use.
blaster
  • 8,876
  • 11
  • 48
  • 77
1
vote
1 answer

Icenium Graphite Show / Hide Footer tab

i have Mobile application in Icenium Graphite. i have footer with tabs. but i don't want to show all the tabs at once to user. on login i want to show some tabs and so on. i have tried using $("#addVehicle").show(); …
Trupti
  • 597
  • 4
  • 8
  • 17
1
vote
1 answer

Hybrid Mobile App using Icenium

We are working on a Hybrid Mobile app using Icenium. How do I start using SeriviceStack to develop backend services? Any direction is highly appreciated. Thank you Xyler
Xyler
  • 21
  • 1
1
2 3 4 5