Full screen mode does not work for me on my phone

Hi, I started to study the engine and immediately ran into such a headache. The application does not work in full screen mode.

Phone: samsung a40 19.5 / 9
Android: 11
Engine: 4.26.1
Orientation: Landscape
Kitkat + full screen: true
Maximum support aspect ratio: 2.4
Use current display region: true
Camera Maintain Aspect Ratio: false

1 Like

Guided by [this information][1] added an additional tag to gameactivity - android:maxAspectRatio=“2.4”

Here’s more information on how to do it:

3 Likes

After some digging, I found this setting under Platforms → Android → APK Packaging, there is a setting called Use Display cut-out region? which includes the notch on top of the screen. Seems to be false by default.

usecutoutregion

Haven’t been able to test this just yet, but felt this might solve both our issues :')

Didi your Problem solve.I am facing the same issue.Use display cutout region is not working.engine version 5.1

Thank you so much! <3 I was searching for that solution for a long time.

1 Like


this worked for me

please help me i do everything that tell above but nothing work in ue4.27.2

Yes it’s good.

I need check:

  • Enabled “use cutout region?” in project settings
  • Disabled Launch image in Project settings
  • Changed “Maximum supported aspect ratio” from 2.1 to 5.0