Just delved into the world of cordova/phonegap and managed to create my inaugural app. It's a work in progress, but I've hit a roadblock that I am struggling to navigate.
During testing on both the simulator and actual device, I noticed some black margins appearing at the top and bottom (specifically in landscape mode). When I touch these black borders, I can manipulate the content by adjusting it to fit the screen (it exceeds the dimensions but maintains proportions). Consequently, I find myself constantly moving the content up and down to view everything properly (sometimes also from side to side).
Any tips on how to ensure my content fits the screen correctly? Since I do not have a header or footer, all I need is for my body div to adapt to the screen and remain fixed there.
Appreciate any assistance.