Quantcast
Viewing latest article 5
Browse Latest Browse All 5

Ti.UI Animation Curve Contants undefined on Android

The following code returns outputs the value of an animation curve contant to the console...

// WRITE OUT SOME DEBUGGING STUFF TO THE CONSOLE
Ti.API.info('Ti.UI.ANIMATION_CURVE_EASE_OUT = ' + Ti.UI.ANIMATION_CURVE_EASE_OUT);
The projects in question are both running SDK version 1.7.5.

On iOS the console output is Ti.UI.ANIMATION_CURVE_EASE_OUT = 2

On Android the output is Ti.UI.ANIMATION_CURVE_EASE_OUT = undefined

This is also suplemental to the issue that Android projects are not even outputting to the Titanium Studio console, and I have to use Android DDMS tool to see Ti.API.info writes.

Anyone else come across this issue? And as an Indie subscriber is there any way to check if this issue is on Appcelerator's radar, and alert them to it if not?


Viewing latest article 5
Browse Latest Browse All 5

Trending Articles