iPad3 scaling issues (config scale: "none")

I’m using no content scaling in my app ( config scale: “none”). display.viewableContentWidth and height are not updating to iPad3 sizes, they remain at 1024 x 768. This is preventing me from finishing my app and submitting it, as I can not test.

I’m using build 783 and I submitted a bug report a few weeks ago #13156. I have tried looking it up in the bug tracker and couldn’t find it… Not sure if I should make a new bug report or not. Just wanted to get this some exposure. Seems like a simple oversight. [import]uid: 10192 topic_id: 24976 reply_id: 324976[/import]

so are adding the needed file sizes and @3 or @4 based on resolution in your setting and config files?

If not I don’t think it will scale for you what so ever. [import]uid: 11860 topic_id: 24976 reply_id: 101410[/import]

No, I am not. I haven’t tested dynamic loading like that from the config file with scale set to none. I don’t think that would work based off there is nothing being scaled. I do not want to use the built in scaling at all. I have different UI elements for each device. I have been using display.viewableContentWidth and architect info to tell what device is being used and loading the correct files.

I guess the title is misleading. Some screen size variables are not being updated correctly on iPad3, with content scaling set to none.

There is no scaling at all witch is correct. display.viewableContentWidth is not being updated and that is causing my app to think its running on the original iPad, causing the mismatch of assets. This works perfectly fine going between 3G, iPad, and ret screen sizes. Like I said before this seems like a simple oversight as corona has worked this way for a long time, the iPad3 update just didn’t update these vars.
[import]uid: 10192 topic_id: 24976 reply_id: 101419[/import]