iPhone Safari: Scroll a list inside a html container

前端 未结 4 1386
我寻月下人不归
我寻月下人不归 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条回答
  •  Happy的楠姐
    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.

提交回复
热议问题