Вопрос

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