Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery mobile jquery mobile scrollview在ios 4.3上不工作_Jquery Mobile_Jquery Plugins - Fatal编程技术网

Jquery mobile jquery mobile scrollview在ios 4.3上不工作

Jquery mobile jquery mobile scrollview在ios 4.3上不工作,jquery-mobile,jquery-plugins,Jquery Mobile,Jquery Plugins,我正在使用“jquery.mobile.scrollview.min.js”使我的div可滚动。我的应用程序在任何版本大于5的IOS上都能正常运行,当我尝试在IOS版本4.3上运行它时,滚动区域的行为异常 我的分区如下 <div id="BranchesScrollDiv" class="ui-listview"> <table class='MrPfixedcolumn' width="100%" style="border-spacing: 0; font

我正在使用“jquery.mobile.scrollview.min.js”使我的div可滚动。我的应用程序在任何版本大于5的IOS上都能正常运行,当我尝试在IOS版本4.3上运行它时,滚动区域的行为异常

我的分区如下

<div id="BranchesScrollDiv" class="ui-listview">

        <table class='MrPfixedcolumn' width="100%" style="border-spacing: 0; font-family: Arial;
            color: #000; font-weight: bold; font-size: small">
            <wc id="wcMrPTableContainer" runat="server"> 
                <tr id='MrPcolumn1row1' class="#CssClass#">
                    <td class='MrProw1' align='left'  onclick="BLBranchID=#BranchID#; BLBranchENname=#BranchENname#;BLBranchARName=#BranchARName#;BLCity=#City#;BLArea=#Area#;BLLong=#Long#;BLLati=#Lati#;BLTele=#Tele#;BLEmail=#Email#;BLFax=#Fax#;BLWorkH=#WorkH#; HandleBranchesListRowClicked();" style="width:50%;height:30px;border-right:1px solid #fff;">
                        <span id='MrPcolumn1row1span' >#BranchValue#</span>
                    </td>
                    <td class='MrProw1' align="left"  onclick="BLBranchID=#BranchID#; BLBranchENname=#BranchENname#;BLBranchARName=#BranchARName#;BLCity=#City#;BLArea=#Area#;BLLong=#Long#;BLLati=#Lati#;BLTele=#Tele#;BLEmail=#Email#;BLFax=#Fax#;BLWorkH=#WorkH#; HandleBranchesListRowClicked();" style="width:25%;height:30px;border-right:1px solid #fff;">
                        <span id='Span1' >#CityValue#</span>
                    </td>
                    <td class='MrProw1' align="left" onclick="BLBranchID=#BranchID#; BLBranchENname=#BranchENname#;BLBranchARName=#BranchARName#;BLCity=#City#;BLArea=#Area#;BLLong=#Long#;BLLati=#Lati#;BLTele=#Tele#;BLEmail=#Email#;BLFax=#Fax#;BLWorkH=#WorkH#; HandleBranchesListRowClicked();" style="width:25%;height:30px;">
                        <span id='Span2' >#AreaValue#</span>
                    </td>
                </tr>
            </wc>
        </table>
    </div>
有谁能给我建议我该怎么解决这个问题

提前谢谢

$("#BranchesScrollDiv").scrollview({ scrollMethod: 'translate', direction: 'y' });
而不是

$("#BranchesScrollDiv").scrollview({ direction: 'y' });
我想在这个问题上帮助其他人

$("#BranchesScrollDiv").scrollview({ direction: 'y' });