0

SplitView は jQuery Mobile とうまく連携します。しかし、明らかにiPadに適応しています。
実際、私は 7 インチのタブで作業しており、分割ビューを約 300px から表示したいと考えています。
「splitview.css」ファイルで最小幅を変更しようとしましたが、うまくいかないようです。
誰かがこれで私を助けることができますか?

4

1 に答える 1

1

search in teh splitview.js for

$menu.removeClass('panel-popover')
                        .addClass('ui-panel-left')
                        .css({'width':'25%', 'min-width':'250px', 'display':''});

u can change the width and min-width there. hope that helps. :)

于 2012-04-05T10:38:53.190 に答える