Hi,
Coming back from old days to discover Corona is now Solar2D.
Neat!
Now to tackle the one problem that kept me from leaving behind native frameworks previously:
Is there currently a way to have the project canvas responsively fill all available screen regardless of it’s aspect ratio?
What I mean is not:
- a fixed aspect ratio that is cropped, scaled, zoomed etc.
- hard coding aspect rations/dimensions to account for various screen types,
- tricks and workarounds,
What I mean is:
- similarly to a responsive website or native Swift; if you specify that a button is sized 100x30 and 10px from the bottom, and 10 px from the right edge of the screen, then it doesn’t matter if the screen is 1024x768 or 50x100000, the button will still be in the bottom right corner sized 100x30.
Is that currently achievable? Thank you!
Best,