My application works fine in Android (simulator and device).
Now, I want to try it in BB10. So I went through the doc : [Configure BB10] [http://docs.appcelerator.com/titanium/latest/#!/guide/Installing_the_BlackBerry_NDK] and configured it.
But when I'm running the application, I'm getting JAVASCRIPT EXCEPTION app/native/assets/alloy/widgets/com.appcelerator.loading/controllers/widget.js:31 $.loading.start(); ^ TypeError: Object [object Object] has no method 'start' at new Controller (app/native/assets/alloy/widgets/com.appcelerator.loading/controllers/widget.js:31:15) at Object.createWidget (app/native/assets/alloy.js:208:12) at new Controller (app/native/assets/alloy/controllers/index.js:67:31) at Object.createController (app/native/assets/alloy.js:212:12) at app.js:27:7 [N_DEBUG] virtual int NativeAbstractTextControlObject::setFont(TiObject*) Line 157: Unknown value received: Bold
I'm using Titanium 3.1.3 & BB 10.2
Could anybody please check what's the issue here ! Thanks !!