0

I am developing an app using jquery mobile and last issue to be solved is compatibility between iOS4 and iOS5. Navigation bar can be fixed easily on iOS5 using position:fixed. However, on iOS4 does not work! I have been trying different methods but none of them quite reliable enough. How to get navigation bar fixed on iOS4 like iOS5 does?? Thank you.

Jaume
  • 3,672
  • 19
  • 60
  • 119

2 Answers2

0

try this..

<div data-role="navbar" data-position="fixed">
Owais Iqbal
  • 571
  • 3
  • 12
0

scrollView plugin does the trick. No others worked for me

Jaume
  • 3,672
  • 19
  • 60
  • 119