JQuery Mobile Fixed Toolbar and Footer Bar disappears?

前端 未结 14 1129
Happy的楠姐
Happy的楠姐 2020-12-07 10:11

I am using JQuery Mobile version 4.1a and using:

data-position=\"fixed\"

on both header and footer.

When I scroll the content it di

14条回答
  •  春和景丽
    2020-12-07 10:27

    add to your footer class="FixedFooter" and make sure you remove data-position="fixed" from your footer.

    add this to your