iPhone Safari: Scroll a list inside a html container

前端 未结 4 1370
我寻月下人不归
我寻月下人不归 2021-02-10 01:48

I did a lot of research about this topic and didn\'t yet find a satisfying answer:

How can I make a scrollable list (iPhone SDK Dashboard List) inside some other html co

相关标签:
4条回答
  • 2021-02-10 02:16

    there is yet another possibility, with slightly nicer scrolling simulation: http://cubiq.org/scrolling-div-on-iphone-ipod-touch/5

    0 讨论(0)
  • 2021-02-10 02:22

    Ok, after consulting some friends, I found the answer to this question:

    http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/

    have fun.

    0 讨论(0)
  • 2021-02-10 02:29

    http://cubiq.org/scrolling-div-on-iphone-ipod-touch/5 this is a really great script!! It's smaller than the doctyper version and easier to work with since it doesn't have so many elements being repositioned. It also allows contained elements to be touched easier by the user. and even cooler, when you touch into a text field and the close the type panel the divs being positioned by this script snap right back into place (where as the doctyper version just has them floating out of place after the type screen retracts).

    A very nice script.

    0 讨论(0)
  • 2021-02-10 02:38

    A new scrolling library to keep an eye on: Scrollability.

    0 讨论(0)
提交回复
热议问题