Hmm… I think the “rotationfix.lua” only makes sense if your app has a “fixed” orientation. That is, if your app only supports “landscapeRight” orientation, because you will still get rotation events even for a fixed orientation app but the OS won’t automatically rotate the app for you. That “rotationfix.lua” handles the rotation of objects for you. Just be warned that it can’t rotate native objects on Android such as TextFields, TextObjects, WebViews, etc. But that said, I doubt the “rotationfix.lua” is the cause of this issue.
Also, did you make sure to test your app supports “landscapeRight” and “landscapeLeft” on your own Android devices? You should see Android automatically flip your app when rotating your device. The behavior will be exactly the same on Kindle Fire HD because it doesn’t do anything special. If your app is not flipping, then that would suggest that something went wrong with your APK’s AndroidManifest.xml file, which is typically the case when modifies it with “apktool” since that tool has been known to drop needed settings from the file.
If you want us to test and isolate this issue for you on a Kindle Fire HD, then that would mean paying for premium support. Unless of course you can prove it’s a bug on our part. But that said, it would be cheaper for you to buy a Kindle Fire HD (only $200) and test it for yourself, which might be worth it in the long run.
[import]uid: 32256 topic_id: 30243 reply_id: 131282[/import]