I apologize if I open a topic similar to an existing one, but I’m really going out of my mind.
I can’t manage the samsung s10 full screen.
Under normal conditions I have a higher black bar, which I can’t get rid of by doing:
applicationChildElements =
{
- Array of strings
[[
<meta-data android: name = “android.max_aspect” android: value = “2.1” />
]],
},
Reading it seems we can solve the problem by inserting:
<item name = “android: windowLayoutInDisplayCutoutMode”> shortEdges </item>
How can I do it with corona sdk?
Going to the phone’s screen settings and setting the app to full screen everything works fine and the bar disappears, I would like to make the full-screen option automatic
Thanks for understanding and help in advance
Best regards