문제

If i open right panel and trying to close on swipe page content gets moved and shows white space. in system browser works fine but getting issue on the mobile device.

following code is here:

    <a href="#menupanel" class="ui-btn ui-icon-bars ui-btn-icon-notext ui-nodisc-icon ui-alt-icon">panel</a>


    <div data-role="panel" id="menupanel" data-theme="a" data-display="overlay" data-dismissible="true">

    <ul data-role="listview">
    <li>Acura</li>
    <li>Audi</li>
    <li>BMW</li>
    <li>Cadillac</li>
    <li>Ferrari</li>
</ul>
</div>

i don't know what is the issue on the code please help me on that thank in advance

도움이 되었습니까?

해결책

Put your panel inside the content-div just under your regular content.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top