I’m experiencing a different behavior between the map rendering in the simulator and on my Android phone.
If you look at the bottom of the screen, the map is cropped horizontally on my mobile but not on the simulator.
I wonder if this has to do with my config.lua and if so, how can I achieve the same behavior as I get in the simulator?
Simulator:
Samsung S8:
--config.lua application = { content = { width = 1080, height = 1920, scale = "letterbox", fps = 30, } }