Page 1 of 2

header and footer gone when I tap screen - Android

Posted: Wed Aug 15, 2012 2:50 am
by Mike McEwan4865486

when I tab my screen my header and footer disappear. When I tab again they come back. Am I able to stop this from happening?


header and footer gone when I tap screen - Android

Posted: Wed Aug 15, 2012 3:47 am
by maxkatz

http://jquerymobile.com/demos/1.1.1/d...

Try setting data-position="fixed" via More Properties: http://help.tiggzi.com/documentation/...


header and footer gone when I tap screen - Android

Posted: Wed Aug 15, 2012 3:51 am
by Mike McEwan4865486

I have already done that. Still have the issue.


header and footer gone when I tap screen - Android

Posted: Wed Aug 15, 2012 3:55 am
by maxkatz

Probably how jQuery Mobile works, this might help: http://stackoverflow.com/questions/57...


header and footer gone when I tap screen - Android

Posted: Wed Aug 15, 2012 10:22 pm
by Randy Menna

set the property "data-tap-toggle=false" in the header and footer


header and footer gone when I tap screen - Android

Posted: Thu Aug 16, 2012 3:01 am
by Mike McEwan4865486

Thanks for the reply Randy. I already had data-tap-toggle set to false and I am still experiencing the problem. Wierd part is that it only happens on 1 screen - the others are fine.


header and footer gone when I tap screen - Android

Posted: Thu Aug 16, 2012 10:36 am
by Maryna Brodina

Hello! Could you please share your App with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a?


header and footer gone when I tap screen - Android

Posted: Thu Aug 16, 2012 2:50 pm
by Mike McEwan4865486

Hi Marina,

App shared. I was able to address the header disappearing issue but created a new one. When you login to the app there is a list of speakers - the bottom item populates the next page fine - all others seem to make the header disappear.

Any input would be great.

Mike


header and footer gone when I tap screen - Android

Posted: Thu Aug 16, 2012 5:22 pm
by Mike McEwan4865486

Problem solved... turned out as soon as I added data to the DB the header appears on all pages that data is present.


header and footer gone when I tap screen - Android

Posted: Thu Aug 16, 2012 6:28 pm
by Mike McEwan4865486

ok... Partial problem solved :)

If I load a page with dynamic content and there is enough content to force scrolling the header appears and stays in place like it should. However if the page has no content or not enough to scroll the header does not appear.