i m creat a JQuery Mobile Page with a Tabbar.
If i click on the content the Footer/Header disapears, how can i disbale that?
At the moment both Bars are fixed.
A quick sample would be perfect.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a couple of ways to accomplish this with JQM 1.1.0
The first and easiest was is to set data-tap-toggle=”false” in your fixed toolbar
<div data-role="header" data-position="fixed" data-tap-toggle="false">The second way I like because it allows you to disable this in every page and every fixed toolbar. This way you won’t drive yourself mad typing data-tap-toggle=”false” over and over.
The following will disable the tap toggle in JQM 1.0.1