在我的应用程序页面中,使用Phonegap和jQuery Mobile开发,我从json外部文件加载数据。这些数据构成了我在我的网络应用程序上的列表视图。
问题是当我点击列表中的某个语音时,所谓的页面会闪烁;当我回到列表页面时(特别是标题),效果相同。
我认为较长的列表应该是paginate。哪种方式最好?
答案 0 :(得分:1)
试试这个..
<div data-role="header" data-theme="d" data-position="fixed" data-tap-toggle="false" >
<div data-role="footer" data-theme="d" data-position="fixed" data-tap-toggle="false" >
修正了data-position =“fixed”和data-tap-toggle =“false”,当你点击页面时,页眉和页脚不会闪烁。