Game not expanding to fill full screen on S8 Android - but top bottom gaps

Hello friends,

For some reason lately (i guess after upgrading Unity?) start not to show full screen on Samsung Galaxy S8 using Portrait mode (2220x1080).
No sure how it happens.
In my player settings → Resolution and Presentation → Aspect Ratio mode is set to native aspect ratio.
128805-untitled-1.png

My Canvas Settings:

Does any one knows how to remove these Gaps, as in the past they did not show.

I can think of two reasons:

  1. the canvas scaler is not properly configured
  2. It’s showing gaps for the nacigatuon and action bar used in the phone (but that’s actually unlikely, because unity does not know that)

try to configure the Canvas Scaler Match to 0.5

As it is device specific, I couldn’t handle it from unity, however, on the device if you go to settings, display, full screen apps; and enable your app, it should appear properly.

the issue is in the manifest :

add the style to it

Hi !
Your can find the solution on this forum and on the android doc.

"
inserting this on manifest

solved the problem to me!

to found the manifest:

i inserte this line just below of

"