jQuery Mobile Cordova (Phonegap) leaving white space at bottom of every page

后端 未结 2 373
无人共我
无人共我 2021-01-21 09:10

For each of my jQm pages, there seems to be some blank space at the bottom of each page, and it\'s adding a scroll behavior for no reason. I\'ve attached a screenshot.

T

相关标签:
2条回答
  • 2021-01-21 09:51

    Try dropping the viewport meta tag, it worked for me.

    0 讨论(0)
  • 2021-01-21 10:00

    Yes, it's a jquery mobile issue. The style is set whenever the viewport size changes.

    For some apps it is probably needed, but if it isn't helping you, just override it with an !important rule in your CSS to get rid of the side effects.

    0 讨论(0)
提交回复
热议问题