Kindle Fire first tests with Corona

@Joshua
Thank you for the fast responce. Good to know that the alpha bug fix is on the way. Can I get the bug ID so I can keep a look out for it?

As for the rotation, part of the issue may be that I did not know that Android apps didn’t have the same auto rotation feature of iOS apps.

I am running 754 right now and my app does not flip over on android when I rotate the device around. It works pefrectly on iOS.

I saw a thread about having to do manual rotation of the app with display groups when the device flips over. Is that still the best choice on Android? I use native calls for popup and webview, how would those be flipped the correct direction?

Thank you again,
Brad [import]uid: 110373 topic_id: 17896 reply_id: 90285[/import]

Brad,

The alpha blending issue is under case #11763. (Although I’m sure there are more, that’s our main/first case.)

Regarding the rotation issue, I’m quite sure that the rotation issues previously mentioned on this thread is fixed. The only thing missing is that Android 2.2 built apps (such as Corona apps) do not support a landscapeLeft orientation. Google did not add support for that orientation until Android 2.3. So, if your app is set up to support landscapeRight and landscapeLeft only, then you only get landscapeRight on Android. If this isn’t the case for you, then please feel free to click the “Report a Bug” link at the top of this page and our tech-support team can take a harder look at this.

I hope this helps! [import]uid: 32256 topic_id: 17896 reply_id: 90304[/import]