ios - Jquery Mobile - Nav images / click event not firing properly -


does know if there min size / specific background style or display type images used nav items in jquery mobile ios html5 apps?

i'm having problems clicking on menu items - click action triggers, nothing happens - think may icon size issue , dependant on finger selecting centre of icon - reasonable size - not sure if thats plausible - not sure!

i've put app nav using high res png's have opaque backgrounds - example css below home button -

.topmnu ul li a{width:35px; height:29px;display:inline-block;}  a.home{background:url(../img/ico_home.png) no-repeat; background-size:27px 29px; width:27px; height:29px;margin-right:0px;} 

and html -

<li><a href="#home" class="home" data-transition="slide"></a></li> 

screenshot showing segment of app nav below -

screenshot of app nav

any ideas / suggestions?


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -