Skip to content

Reverse scroll #17

@rlad

Description

@rlad

In mobile apps such as messaging apps it's typical to have a screen layout like:

Header
Content
Textarea
Footer

The content area, where jquery scrollz content would be, would in this case contain a list of messages in chronological order, starting with the most recent on the bottom. So ideally, jquery scrollz would support lazy loading in this way: pull down from the top to see older messages.

Another reason for arranging things this way is the default behavior of the pop-up soft keypad: when this pops up, the content area is scrolled up by the number of pixels that the keypad takes. If the screen is arranged as above, this is fine, because the most recent message still shows on the bottom. However if the most recent were on the top (as currently supported), it will be scrolled off the screen.

So is there a way of supporting reverse lazy load scrolling, or could this be added?

Thanks again for the great functionality!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions