Originally we were using letterbox for our scale setting in config.lua. This works well for iOS builds, but when running on Android devices like the HTC Inspire we had issues with images appearing in the black bands on either side.
An easy way to reproduce this is to just increase the xScale on an image the is on the right side of the screen. You will see the image stick out into the black band on the right side.
To get around this I followed the content scaling suggestions in the forums and switched to zoomStretch for Droid devices. This works perfectly in the simulator if select “view as” Droid. However, when you run the app on a the HTC droid phones the content does NOT get stretched all the way to the edges of the device display. Then when I scale my image it is showing to the right of the background.
If zoomStretch is supposed to stretch full sized content to the entire display then it doesn’t appear to be working properly.
I am using Build 703 [import]uid: 16734 topic_id: 18852 reply_id: 318852[/import]