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
0
votes
0 answers

binding events to dynamically loaded html

I'm trying to bind to the click/touchstart events after loading HTML via jQuery.load like so: var screen = $("#somediv"); function LoadScenarioScreen(){ screen.empty(); screen.load('templates.html #ScenarioSelect',function(){ …
Andrew Grothe
  • 2,562
  • 1
  • 32
  • 48
0
votes
1 answer

KendoUI Mobile: Input type date, wrong format/culture

I have a problem with a date-input in my KendoUI Mobile application. The input displays the value in the default format (MM/dd/yyyy) but I want the input to display the value in a differnet format like dd.MM.yyyy. Is there a possibility to change…
slxSlashi
  • 267
  • 1
  • 3
  • 11
0
votes
1 answer

Image manipulation in hybrid mobile apps

i'd like to ask if there is possibility to write sth like instagram app but not as native application, just hybrid app (titanium or phonegap with ui frameworks)? Most of functionality for me is possible to implement, but i wonder about image…
0
votes
1 answer

Using Kendo Mobile, How to Make a View within the Drawer Full Screen?

I building a Kendo Mobile App which is using the Kendo Mobile Drawer. I have a need to have a particular view hide and show the drawer navigation buttons / header / footer etc. similar to the Kindle reader app. So that while the user interacts the…
Rodney Hickman
  • 3,133
  • 11
  • 53
  • 83
0
votes
1 answer

Local Audio file not playing - Icenium / Cordova

I am having problem playing sound in Icenium Cordova 3.2 project on my iPhone 5S. I am using the following code: if (device.platform == "Android") { src = new Media("/android_asset/www/audio/multimedia.mp3"); } else { src =…
Liron Harel
  • 10,819
  • 26
  • 118
  • 217
0
votes
0 answers

Using Icecuim but hangs to load json file

I am using the icenium weather example from telerik platorm icenium.com to load a data file json for an test app I am doing my json is as follows [ { "screen_id": "course_outline", "screen_title": "NICMA Child Minding App - Course…
c-sharp-and-swiftui-devni
  • 3,743
  • 4
  • 39
  • 100
0
votes
2 answers

Getting Blank Black adMob ad in Cordova using Admob Plugin

I am using this admob cordova plugin. I've installed the plugin in Icenium and put the javascript code in the body: document.addEventListener('deviceready', function () { if (window.plugins && window.plugins.AdMob) { var admob_ios_key =…
Liron Harel
  • 10,819
  • 26
  • 118
  • 217
0
votes
1 answer

"There is no Icenium project file in the repository" when cloning a VS+Icenium plug-in project from github

I started a new Icenium project in VS using the Icenium Blank template, got the app working nice and then committed and sync'd it to github. Now, when I try to clone that same project inside of Mist, I get an error message: "There is no Icenium…
csells
  • 2,453
  • 1
  • 20
  • 18
0
votes
1 answer

Errors When Starting Icenium Device Simulator

I'm creating a new mobile project using Icenium. When I start the device simulator, I get the following errors: Uncaught ReferenceError: cordova is not defined about:blank:1 Uncaught TypeError: Cannot read property '0' of undefined …
Halcyon
  • 14,631
  • 17
  • 68
  • 99
0
votes
1 answer

Sample Barcode Scanner App does not work in android

I tried to run the sample barcode scanner example provided with icenium. The ios build works well, but I get an error when running the android build. [Web Console] Uncaught TypeError: Cannot read property 'barcodeScanner' of undefined:33 The ios…
Bookamp
  • 672
  • 8
  • 19
0
votes
1 answer

Binding a table to data in jQuery Mobile

I have the following code in index.htm and main.js files of my hybrid application developed using jQuery Mobile and Icenium. I am trying to display JSON data ( array of objects) obtained from an ajax call to a web service in a HTML table. The…
Sunil
  • 20,653
  • 28
  • 112
  • 197
0
votes
0 answers

Check if a cookie is there in jQuery mobile app

I am trying to verify if a cookie exists in jQuery mobile app before an ajax request gets sent in beforeSend event, but the line of code for doing this throws following exception: Uncaught TypeError: Object function (e,t){return new…
Sunil
  • 20,653
  • 28
  • 112
  • 197
0
votes
1 answer

SPA (Single Page Application) with multiple html files

It's my first time dealing with SPA, I am starting a cross platform mobile application using Kendo UI, I am using Icenium as my development tool, since I have a large group of views in my application I started putting the contents of the views in…
0
votes
1 answer

Kendo ui MVVM using Icenium

I am starting to develop a cross platform app using Kendo UI and Icenium to which I am totally new , I am trying to get this example to work in a new project to,inorder to get used to data-binding and MVVM in this new environment , so I started a…
0
votes
2 answers

How to remove HTML5 title attribute after validation

I am using html 5 for mobile development in Icenium. I want to do validation so I used required attribute along with title attribute to show messages to user. But once I do enter correct input into the specified fields that title messages should get…
Trupti
  • 597
  • 4
  • 8
  • 17