Hi, I’m new at corona so have a bit patients with me.
As i change “View as” the screen size, resolution and proportions change as the device changes. If i have set up my project whit the default:
application =
{
content =
{
width = 320,
height = 480,
scale = “letterbox”
},
}
And i would like to dynamically change the position and scale of objects depending on the devices proportions how do i do that?
What i ask for is how do i get the actual window size and not just “display.contentWidth” and “display.contentHeight”? Eg i would like to get “screen.width”.
[import]uid: 28895 topic_id: 6293 reply_id: 306293[/import]