-
`call: $.index.open()` should just be `$.index.open()`
@cfredd
-
The docs suggest it should be possible to use Helium to create Appcelerator core components within custom component constructors, e.g.
```
he.register('MyView', function(args) {
var v = he.creat…
-
Hi, I am trying to compile the project with the latest Titanium SDK (6.0.4). It doesn't seem supported as I am getting below logs:
```
Found incompatible Titanium module id=com.urbanairship versio…
-
Seeing as this utilises the third-party PaperOnboarding library, could you please provide some instructions on how to add it to the XCode project in order to build this module, since the provided XCod…
kosso updated
5 years ago
-
Hi,
I have a HTML5 app which uses the Javascript SDK, it works fine when I run it in a web browser. I want to wrap it in a webview using Titanium so that I can package it for Android.
When I run this…
-
Hi
sorry but I'm quite new on github and titanium modules
I've seen in the repo that the last changes are made within 5 months ago, but the last version of the module (org.beuckman.tibeacons-iphone-…
-
After forking from ianko/firebase-titanium and trying too compile this project I cannot seem to get it to run!
I keep getting this error:
ComLeftlanelabFirebaseModuleAssets.m:14:11: error: expected ';…
-
When reassigning `tableView.data` with the last data it will lose the click event.
```js
const win = Ti.UI.createWindow();
const btn = Ti.UI.createButton({bottom: 0,title: "new data"});
const ta…
-
When I run titanium framework code on titaniumstudio through simulator by selecting iphone/ipad its giving the error that 'Unknown or unsupported SDK version : 7.0.3 '
Whats going wrong can you pleas…
-
i had used latest 2 release of your facebook module but receiving same error during build
error using Ti SDK 3.5
[INFO] : Invoking xcodebuild
[ERROR] : *\* BUILD FAILED **
[ERROR] : The followin…