0
我正在Blackberry webworks上開發phoneGap應用程序。溢出滾動屬性工作正常在android,iPhone ..但它不適用於非觸摸設備上的黑莓webworks。Jquerymobile + PhoneGap + Blackberry webworks +在非觸控設備上啓用overflow-x滾動
這是我的代碼。
<div class="ExternalClassTable" data-scroll="x" x-blackberry-focusable="true">
<table>....</table>
</div>
css:
.ExternalClassTable{
width : 90%;
max-width : 520px;
overflow-x : scroll;
}