Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7051737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:17:58+00:00 2026-05-28T03:17:58+00:00

I am trying to develop an iPhone app using PhoneGap and jQuery Mobile. This

  • 0

I am trying to develop an iPhone app using PhoneGap and jQuery Mobile. This app has a Fixed Footer.

The main problem I’m facing right now is that the built-in page transition changes THE WHOLE PAGE, requiring me to copy/paste the footer code in every page.

Obviously, this is not the way to do it. Any small change in the footer has to be duplicated 10+ times (for 10+ pages).

My question is as follows: how can I load just the “content” part of the page (with a slide transition) so I wont have to have to footer code in all of my pages?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:17:58+00:00Added an answer on May 28, 2026 at 3:17 am

    That functionality is not yet available in jQuery Mobile. You can turn on the touchOverflowEnabled option for “real” fixed-footers and fixed-headers on iOS 5 devices but not for any other devices.

    In order to achieve true fixed toolbars, a browser needs to either
    support position:fixed or overflow:auto. Fortunately, this support is
    coming to mobile platforms so we can achieve this with web standards.
    In jQuery Mobile, we have added a global feature called
    touchOverflowEnabled that leverages the overflow:auto CSS property on
    supported platforms like iOS5. When enabled, the framework wraps each
    page in a container with it’s own internal scrolling. This allows us
    to position the toolbars outside the scrolling body so they truly stay
    fixed in place at all times.

    Source: http://jquerymobile.com/demos/1.0/docs/toolbars/bars-fixed.html

    You can however setup your footers in a programmatic manor rather than hard-coding each page:

    //bind an event handler to the `pagecreate` event for all `data-role="page"` elements
    $(document).delegate('[data-role="page"]', 'pagecreate', function () {
    
        //append a footer to this page (`pagecreate` is only called once per page added to the DOM so you don't have to worry about appending multiple footers to a single page
        $(this).append('<div data-id="my-fixed-footer" data-position="fixed" data-role="footer">{THE HTML FOR YOUR FOOTER GOES HERE}</div>');
    });
    

    Here is a demo: http://jsfiddle.net/vNqaG/ (Notice there are no hard-coded footers in the HTML pane)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to develop a iphone app by using cocos2d. I create a
i am trying to develop this app in android that has 3-4 buttons and
i'm trying to develop my first simple app for iphone using the MapKit. I'm
I am trying to develop a Phonegap (1.3) app on Android (2.1) with jQuery
I am new to iphone development. I am trying to develop an alarm app,
I am trying to develop an iphone application using sencha framework .I need to
Trying to develop using MVVM: I have this Csla.PropertyStatus control that is created in
I am trying to develop an iphone app in which matrix of jewel. if
I trying to develop a game for iPhone by using Cocos2d. I need 'DRAG'
I'm an iPhone application developer, I'm trying to develop the WEB BROWSER using the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.