Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

enter image description here

Using the data-position="fixed" attribute with jQuery mobile but it still floats to the middle when pages are changed. Anyone have this problem before?

<div data-role="footer" data-position="fixed" data-id="nav">        
    <div data-role="navbar" data-iconpos="bottom">
        <ul>
            <li><a data-transition="fade" href="#home" data-icon="home" class="ui-btn-active">Map</a></li>
            <li><a data-transition="fade" href="#near" data-icon="search">Near</a></li>
            <li><a data-transition="fade" href="#account"  data-icon="star">Account</a></li>
        </ul>
</div><!-- /navbar -->


UPDATE

I found something about issues with fixed position Nav on Android 2.2/2.3.

I'm using the Ripple Emulator to test the app right now, so I'm not sure if it's implementing Android 2.3.

share|improve this question

1 Answer

up vote 0 down vote accepted

The problem relates to the Ripple emulator. Once loaded onto an Android, iOS, BlackBerry, or Windows Device the problem no longer occurs.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.