JQuery Mobile Fixed Toolbar and Footer Bar disappears?

前端 未结 14 1131
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:33

    $.mobile.fixedToolbars.setTouchToggleEnabled(false);
    

    This will stop the toolbars from hiding when you click/touch the page.

提交回复
热议问题