Screen.width not returning correct width

Hello forum heroes,

I have a phone with a resolution of 1280*720. When I check the Screen.width and Screen.height, it returns 349 and 621. What is happening here? What might be wrong?

Thanks in advance for your answers,
Max

Edit: the app is, off course, running in fullscreen mode.

If you make a rectangle on your phone from (0,0) to (Screen.width,Screen.height) , will it fill the whole screen? If yes, then Screen.width might actually account for the higher DPI on your phone which I would estimate ~200dpi.