Is it possible to create a sticky header or footer such that no matter where you scroll the header/footer stays put? I'm looking for a HTML/css/javascript solution for iPhone/webkit.
|
|
You'd need to do this with JavaScript, as MobileSafari deliberately leaves out support for CSS's |
||
|
|
|
|
There is also another attempt to emulate position: fixed : http://cubiq.org/scrolling-div-on-iphone-ipod-touch/5 But it's hacky, and not very performant too. You are right, Titanium or phonegap do the job well... |
||
|
|
|
|
Answering my own question: best resource I've found so far is this one: http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/ However, I think I'm going to end up using Titanium from Appcelerator instead of just html/css. |
||
|
|
