0

I'm getting some whitespace when changing the orientation on any device. It looks like this:

enter image description here

I guess this is because jquery mobile sets the min-height of each page to the device-height, but only on init. So the height is still the old device height. I tried out to set it manually with css:

.ui-page {
  min-height: 10px !important;
}

And this sets the min-height on my Desktop correctly (I can't try it in landscape mode obviously) but it has no influence on my problem.

Does anyone know how to delete this area, so that the page ends with the image?

PowerStat
  • 3,757
  • 8
  • 32
  • 57
Philip Feldmann
  • 7,887
  • 6
  • 41
  • 65

0 Answers0