Kindle Fire中的jScrollPane - jScrollPaneDrag不可移动

时间:2012-08-24 15:58:34

标签: jquery jscrollpane

我们正在使用jScrollPane 1.2.3。

我们的应用程序在Fire下工作正常,但jScrollPaneDrag在Kindle Fire上不起作用。

在Kindle Fire上我可以触摸滚动条,我可以看到它突出显示但我无法向下滚动。它表现得就好像是#34;卡住" /"胶合"到顶部。

这是HTML块:

<div class="jScrollPaneContainer" style="height: 374px; width: 660px; ">
   <div id="plainNoFlashMedia" class="scrollPane" style="overflow: visible; height: auto; width: 610px; padding-left: 50px; position: absolute; top: 0px; ">
      <div id="plainNoFlashInnerContainer">
          // the scrolling area content
      </div>
   </div>
   <div class="jScrollPaneTrack" style="width: 35px; ">
      <div class="jScrollPaneDrag" style="width: 35px; height: 55px; top: 0px; ">
         <div class="jScrollPaneDragTop" style="width: 35px; "></div>
         <div class="jScrollPaneDragBottom" style="width: 35px; "></div>
      </div>
   </div>

我尝试添加&#34; autoReinitialise:true&#34;到.jScrollPane()调用,但没有区别。

有人用jScrollPane 1.2.3体验过这个吗?

由于

0 个答案:

没有答案