Hello,
I recently submitted my application for review in the Amazon App Store and I just got the results. It passed in every device except for the Fire HDX 8.9 (4th Gen) with the following notes:
Devices where the app is NOT AVAILABLE
Device
Reason
Comments
Fire HDX 8.9 WiFi (4th Gen)
FAILED TESTING
Observation:- App buttons are cropped :
Steps to recreate error:
1.Install and launch the app
2.Tap on play
3.Play for a while, change the orientation to portrait mode app buttons get cropped
Fire HDX 8.9 WAN (4th Gen)
FAILED TESTING
Observation:- App buttons are cropped :
Steps to recreate error:
1.Install and launch the app
2.Tap on play
3.Play for a while, change the orientation to portrait mode app buttons get cropped
I’m not sure why changing the orientation of the device to portrait would change anything, since I’m only supporting landscape mode. Here’s what I have in my build.settings file:
orientation = { default = "landscapeRight", supported = { "landscapeRight", "landscapeLeft" } }
Any ideas why this would fail in this device? Any help would be appreciated.
Thanks!
George