After successfully designing a web app that works well on desktop browsers and iPad Safari, I encountered an issue when trying to install it as a hybrid app using cordova 3.3.0.
The problem arises with the height not displaying properly. Despite including rules such as position: fixed
and bottom:0
in my CSS file, the footer still appears around 40 to 60 pixels above the bottom of the screen.
Your assistance in resolving this issue would be greatly appreciated. Thank you!