I found some animation bug in SDK 2.1.3GA but I can't find where to submit it
On Android, following code has running correctly in SDK 2.1.2 but will cause crash on both emulator and actual device in SDK 2.1.3GA/2.1.4 beta/3.0 beta
var a_temp = Ti.UI.createAnimation({ left:Ti.App.wz_screenwidth-parseInt(30*Ti.App.wz_screendpi/160), duration:300 }); view.animate(a_temp);
1 Answer
Accepted Answer
Please consider submitting a JIRA ticket so the dev team can take a look at it.
You will need to create an account on the JIRA as the accounts aren't shared with it yet. Your ticket will be submitted under the Titanium Community (TC) and then reviewed and moved to the appropriate queue.
Your Answer
Think you can help? Login to answer this question!