Hi,
I’m testing dynamic content scaling on an actual Samsung Galaxy Tab 2 device and I’m getting black bars on each side. I’ve set the background color to red so that you can see the bars.
Here’s a screenshot taken on the device: http://www.imagebam.com/image/5fda69235989567
On the simulator the scaling works perfectly.
My images are 360 x 570 base, 720 x 1140 @2x, and 1440 x 2280 @ 4x
This is my config.lua:
application =
{
content =
{
width = 320,
height = 480,
scale = "letterBox",
imageSuffix =
{
["@2x"] = 1.5,
["@4x"] = 3.0,
},
},
}
The resolution on the Samsung Galaxy Tab 2 is 600 x 1024, so the scaling should work. It does on the simulator, but not on the real device. Can anyone help? Thanks. [import]uid: 153562 topic_id: 35669 reply_id: 335669[/import]
