Nook Hd Scaling Issue

I just got a Nook HD for testing and noticed what I think is a bug.

My config is set to 640x960 with letterbox scaling. Everything is fine on the Nook HD until I put the device to sleep. When I wake the device the app is scaled incorrectly as if the bottom statusbar is not being used in the scaling calculation. So the top of my app is scaled off the screen.

If I click the recent drawer button in the bottom right and then close it, the app rescales and fixes itself. It seems this rescaling function needs to happen when the device is awakened from sleep or if it is, it needs to remember to account for the statusbar height.

Can anyone else verify this behavior on a Nook HD or perhaps even a Nook HD+?

@Joshua if you catch this topic:

Is the rescaling when the recent drawer is open/closed done by Corona or the OS?

Is your app set up for both portrait and landscape orientations?

If so, then we have a known bug with Android tablets running OS version 3.0 or higher where the screen gets shifted when changing orientations.  The only work-around at the moment is to use a fixed orientation such as portrait and portraitUpsideDown… or landscapeRight and landscapeLeft.

My app is setup for portrait and portaitUpsideDown only. So I don’t think it is the bug your referencing. I will throw together a test case to see if it happens and if so, ill bug it.

I made a simple app with text and it exhibits the same issue. I submitted a bug, case 22069.

I just looked at your bug report now and confirmed that this is an issue on Nook HDs with the newest daily build.  This issue does not occur on the Nook Color or Nook Tablet… or any other Android tablet that I’ve tested with.

I’ve noticed that this bug does not exist in the last release version, build #971.  So, if it’s possible, you could revert to that version until we’ve found a solution to this issue.

This bug is now fixed.  This fix will be made available in daily build #1071.

Thank you for reporting this issue.

Awesome Joshua. Thank you for the quick turn around!

Is your app set up for both portrait and landscape orientations?

If so, then we have a known bug with Android tablets running OS version 3.0 or higher where the screen gets shifted when changing orientations.  The only work-around at the moment is to use a fixed orientation such as portrait and portraitUpsideDown… or landscapeRight and landscapeLeft.

My app is setup for portrait and portaitUpsideDown only. So I don’t think it is the bug your referencing. I will throw together a test case to see if it happens and if so, ill bug it.

I made a simple app with text and it exhibits the same issue. I submitted a bug, case 22069.

I just looked at your bug report now and confirmed that this is an issue on Nook HDs with the newest daily build.  This issue does not occur on the Nook Color or Nook Tablet… or any other Android tablet that I’ve tested with.

I’ve noticed that this bug does not exist in the last release version, build #971.  So, if it’s possible, you could revert to that version until we’ve found a solution to this issue.

This bug is now fixed.  This fix will be made available in daily build #1071.

Thank you for reporting this issue.

Awesome Joshua. Thank you for the quick turn around!