Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fixed footer bar - Android HTML5 Phonegap app?

Can anyone recommend the best method to create a fixed (sticky footer) footer nav bar within a HTML5 Android Phonegap app?

Cheers Paul

like image 446
Dancer Avatar asked Nov 24 '11 14:11

Dancer


2 Answers

If you plan to scroll the area above the footer, iScroll is worth looking at:

cubiq.org/iscroll

like image 113
Paul Avatar answered Nov 07 '22 04:11

Paul


Try using jquerymobile 1.1, data-position=fixed attribute

you can find example over here:- http://jquerymobile.com/test/docs/toolbars/bars-fixed.html

like image 2
Speedyankur Avatar answered Nov 07 '22 04:11

Speedyankur