-
Can't reproduce it again but when I've typed in my style this appeared:
```
At /home/miga/.atom/packages/appcelerator-titanium/lib/utils.js:202
TypeError: Cannot read property 'toLowerCase' of …
-
`Ensure you have installed Appcelerator CLI tools. You may need to set the full path to the appc command in package settings.`
1. Open Atom
**Atom**: 1.27.2 x64
**Electron**: 1.7.15
**OS**: Ma…
-
Nice to have #13 fixed, but when you open a modal window and then close it, the statusBarStyle again is black. This means I still need to use the hack:
```
// open drawer
$.drawer.open();
…
-
[WARN] : W/System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference
[WARN] : W/System.er…
-
Action button to empty or delete the project "build" directory
-
On Android you can easily take a screenshot from an attached device with `adb exec-out screencap -p > screen.png`
That would make a useful button.
Didn't find an easy command for iOS so it would be…
-
UISupportedInterfaceOrientations is set to only UIInterfaceOrientationPortrait, but ti.barcode's window ignores it.
-
Hello @manumaticx,
Are you able to add a new distribution for the latest fix that was merged? I tried to build it myself but somehow the build process keeps hanging on 'packaging...' with my setup.…
-
**RxJS version:**
5.1.1
**Code to reproduce:**
Load the library in an [Appcelerator Titanium](http://www.appcelerator.com) app environment.
**Expected behavior:**
App to load and RxJS to work…
-
Hello friends,
First of all thank you for the library, it's very useful. And I was happy with it until I tried to set `Barcode.allowInstructions = false;`. First time it works great, instructions are…