JqueryMobile listview Scrollbar未显示在Phonegap中

时间:2013-11-29 21:01:43

标签: android jquery jquery-mobile cordova jquery-mobile-listview

我正在使用带有Phonegap的JqueryMobile开发一个Android应用程序。我创建了一个包含无序列表的页面。

<div id='pg_remote-address-book' data-role="page"> 
  <div data-role="content" id="pg_remote-address-book_content" data-scroll="true">
    <ul data-role="listview" id="ul_address_list">
    </ul>
  </div>
</div> 

我使用AJAX在无序列表中动态加载listitems(如延迟加载)。

在Android设备上进行测试时,我预计默认情况下滚动条会出现在列表视图中。但它没有到来。有什么遗漏吗?

0 个答案:

没有答案