Hello Corona Community!
I have a couple of Nook apps and I received the following error when I tried to update my app for the DRM issue.
Files: Rejected: Your application is not scaling properly on the Nook HD/HD+, please make sure your application scales correctly by taking up all of the available screen without letter-boxing and resubmit.
I have my scale in my config set to zoomEven, do I need to set this to zoomStretch? I’m not sure what to do here since I don’t have a Nook HD. I’ve include my full config.lua below.
-- config.lua
application =
{
content =
{
width = 320,
height = 480,
scale = "zoomEven",
fps = 60,
antialias = true,
},
}
[import]uid: 14218 topic_id: 31686 reply_id: 331686[/import]