UI Deploy

Curated, Short, Web UI Dev we Love.

Solution to jQuery Mobile page content empty space height problem

This is usually first problem every jQuery Mobile developers stumbles upon. Every jQuery Mobile page can hold one or more data-role elements (header, content and footer). Since jQuery Mobile 1.2 header and footer and fixed elements, you may or may not use them. On the other hand content is one element you will always want to use, basically almost everything you need to show must be placed inside a content.

view source

Advertisement