android - Looking for an alternative for iScroll (Scrolling Div's on iOS/Webkit) -


i built complex forms on data mobile application , looking solution persist position of title , footer bar. in dummy, has been developed , tested chrome , safari on desktop, positioned header , footer absolute, content section, height set javascript on windows' resize event.

that's not proper way mobile world, because overflow:auto isn't supported on mobile webkit.

i tried things own , took @ iscroll. in fact, iscroll crashed safari on ipad while application without component runs quite smooth. have lot of relatively complex forms, may challange iscroll, can't won think.

so looking other ways achieve goal (persist header , footer) without letting user use 2 fingers scrolling (in fact, nobody knows "trick").

any suggestions?

thanks!

so there 3 commonly mentioned solutions:

  1. iscroll
  2. yui scrollview
  3. scrollability

they're neat scrolling through simple lists. no 1 works if it's purpose handle full pages more list, example complex dialogs dynamic forms , on.

i decided give , wait year - apple has lately announced support position:fixed , overflow:scroll, revolutionize part , solve kind of problems have today.

today remembered website of company in our building here in munich, opened ipad, , indeed, had scrollable news section on frontpage. looked inside , saw using ... tadaaa ... jscrollpane.

i don't think jscrollpane developed using on mobile devices, has been optimized purpose, too. works on ipad, android 2.3 , on latest opera mobile.

it doesn't feel scrolling native app on mobile device, allows see customizable scrollbar, jump top , buttom and, what's important, to scroll 1 finger.

very nice.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -