Is there a workaround for this or do I need to keep waiting for a fix? I cannot update my desktop versions until this is fixed or there’s a workaround.
You will need to wait for a fix. Does your desktop version need to compute content areas? I know it would be a pain, but you could have two config.lua’s one for desktop builds that doesn’t call APIs and a mobile version that does.
Well, our desktop version uses all the same code as the other versions which is one of the reasons why we love Corona.
The config is the only place we calculate aspect ratio because we have to set the application.content values. If we didn’t have to do that in config this wouldn’t be an issue.
It’s messy to have to make another config and then have to rename them every time we make a new build.
Is there a workaround for this or do I need to keep waiting for a fix? I cannot update my desktop versions until this is fixed or there’s a workaround.
You will need to wait for a fix. Does your desktop version need to compute content areas? I know it would be a pain, but you could have two config.lua’s one for desktop builds that doesn’t call APIs and a mobile version that does.
Well, our desktop version uses all the same code as the other versions which is one of the reasons why we love Corona.
The config is the only place we calculate aspect ratio because we have to set the application.content values. If we didn’t have to do that in config this wouldn’t be an issue.
It’s messy to have to make another config and then have to rename them every time we make a new build.