in my app i have many pages and this problem occurs just on one page named "prodotti"
where i have a list with many items loaded from a REST service.
i have a footer with a navbar
i customized the nav bar images by adding a css asset
code/*[dsid=prodotti] .ui-icon { */
a[name='prodotti'] .ui-icon {
background: no-repeat url("../image/menu_prod.png");
background-color:#f3efd3;
background-position: center;
background-size: 22px 22px;
background-repeat: no-repeat;
height: 28px !important;
margin-left: -15px !important;
margin-top: -2px !important;
margin-bottom: 1px !important;
width: 28px !important;
padding-bottom:0px; }
/[dsid=Percorsi] .ui-icon {/
a[name='Percorsi'] .ui-icon {
background: no-repeat url("../image/menu_strade.png");
background-color:#f3efd3;
background-position: center;
background-size: 22px 22px;
background-repeat: no-repeat;
height: 28px !important;
margin-left: -15px !important;
margin-top: -2px !important;
margin-bottom: 1px !important;
width: 28px !important;
padding-bottom:0px; }
/*[dsid=mappa] .ui-icon { */
a[name='mappa'] .ui-icon {
background: no-repeat url("../image/menu_poi2.png");
background-color:#f3efd3;
background-position: center;
background-size: 24px 24px;
background-repeat: no-repeat;
height: 28px !important;
margin-left: -15px !important;
margin-top: -2px !important;
margin-bottom: 1px !important;
width: 28px !important;
padding-bottom:0px; }
/*[dsid=news] .ui-icon { */
a[name='news'] .ui-icon {
background: no-repeat url("../image/menu_rss.png");
background-color:#f3efd3;
background-position: center;
background-size: 22px 22px;
background-repeat: no-repeat;
height: 28px !important;
margin-left: -15px !important;
margin-top: -2px !important;
margin-bottom: 1px !important;
width: 28px !important;
padding-bottom:0px; }
[dsid=galleria] .ui-icon {
background: no-repeat url("../image/menu_gallery.png");
background-color:#f3efd3;
background-position: center;
background-size: 22px 22px;
background-repeat: no-repeat;
height: 28px !important;
margin-left: -15px !important;
margin-top: -2px !important;
margin-bottom: 1px !important;
width: 28px !important;
padding-bottom:0px; }
/code
on the page "prodotti" pageshow event i added a custom java script
codeAppery('navbar_menu').find('li').height('30');/code
to resize my footer + nabvar height
when i load the page the first time or if i navigate throwgh the navbar's items everything works., but if i click on a list item to navigate to the detail page.
1 the footer + navbar disappear
2 when a come ack to the same page the footer is no more fixed and its height is 50px