PhoneGap JQuery Mobile Application - Overflow Issue -
i developing phonegap application using jquery mobile.
i have header & footer navbar's. , in content section have html:
<div data-role="content" class="maincontent" style="overflow:hidden; padding-top: 0px;"> <ul data-divider-theme="b" data-role="listview" data-inset="true" class="mainmenu"> </ul> </div>
the list dynamically created , works fine. in cases overflow:hidden doesn't appear working , header / footer start moving along contents of main body , become invisible.
anyone has idea please?
adding data-tap-toggle="false" has worked me. @nijilnair
style needed remove space on top.
Comments
Post a Comment