How can I implement a scrollable
on iPad?

前端 未结 4 1662
挽巷
挽巷 2021-02-08 14:42

I have a page which uses a scrollable

:

...Huge Content
4条回答
  •  臣服心动
    2021-02-08 15:37

    There is no easy, native way to make divs scrollable with one finger, as if it were a full screen panel. You can use two fingers like Andy E says, however I doubt whether most users will know about this, and it's not very discoverable IMO.

    Sencha etc can do it, however it's not real (i.e. native) scrolling, it's using all sorts of Javascript trickery to approximate it, and is liable to slow down and behave badly if you're doing anything else complex...

    That said, web apps like Yahoo Mail on the iPad seem to make it work quite elegantly.

提交回复
热议问题