Amazon - Image Groups Shift On Hibernate->Resume

Hello,

We have a project we’ve been trying to fix, where each level within the game, the display group containing the majority of the display objects gets positioned differently, and can pan up/down during gameplay.  On iOS and Google Play this seems to work fine… but on Amazon/Kindle, when the device is suspended then resumed while the display group is moved or in the process of moving, the display group gets shifted back into the 0,0 position so everything gets offset from where it was before the app suspended.  

Plus, we’ve tried putting in code to save the display group’s last position and set it back when the app resumes, but nothing we seem to do to the display group’s position seems to move it… it just remains stuck in 0,0 and the gameplay continues on with half or most of the display group off screen.

Seen as Kindle devices run Android it will behave identically to Google builds.  I have a pinch/pan/zoom display group that behaves consistently across all platforms - that is the point of Corona after all. 

Seen as Kindle devices run Android it will behave identically to Google builds.  I have a pinch/pan/zoom display group that behaves consistently across all platforms - that is the point of Corona after all.