When I use gideros android player to play an app I made, the whole thing is disproportionate. For example, the whole app is in the upper right corner of the screen at one part, while at another the buttons are all over the place. I know it isn't in my code because i used application:getContentWidth/Height in my code. I also know because the numbers that are usually in the center of the screen when you start the app (that display the ip address) are now in the upper right corner of the screen.
I don't know if it has anything to do with my phone or the way that I installed it (I'm using an ASUS zenphone 2). Does anybody know why this is happening?
Comments
It seems that you set too low logical dimensions on your desktop player and your android resolution is much higher.
You should consider scaling modes, like Letterbox scaling which you can set in your project properties