Page 1 of 1

Love Android getDimensions ignores screen buttons (home, back, alt-tab)

Posted: Sat Feb 10, 2018 12:14 pm
by eri0o
Hello,

Using the Android port, I use the code below to get screen size of the device for scalling:

local onload_width, onload_height = love.graphics.getDimensions()

but the width returned (game in landscape) doesn't consider android screen buttons (back,home,app switching) when they exist.

Re: Love Android getDimensions ignores screen buttons (home, back, alt-tab)

Posted: Mon Sep 28, 2020 3:19 pm
by sisyphu2
Hi
I am having the same issue, is anyone aware of a way to either get the correct dimensions (after accounting for the buttons) or otherwise a way to hide the buttons (I noticed that they remain visible whilst using löve games however in other apps these buttons disappear until prompted)