I am trying to develop a chatting application using PhoneGap for iOS devices. The application has a header that shows the logged user, a footer where user can write his text
I fixed it using css and a wrapper
/*Phone < 5:*/ @media screen and (device-aspect-ratio: 2/3) { .content { height: 416px !important; } } /*iPhone 5:*/ @media screen and (device-aspect-ratio: 40/71) { .content { height: 504px !important; } }