Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.44 KB

Scrolling_66029f6.md

File metadata and controls

28 lines (19 loc) · 1.44 KB
loio
66029f6f5a554a4eb700676bec1460dc

Scrolling

Because of limited size of mobile devices, scrolling is an essential topic in mobile user experience. Smooth and easy scrolling is important for user acceptance of mobile applications.

In general, application programmers do not need to take care of scrolling when using the sap.m control library. Scrolling is provided automatically by the following controls:

  • sap.m.Page

  • sap.m.Dialog

  • sap.m.Popover

  • sap.m.ScrollContainer

  • Scrolling: Implementation Details
    OpenUI5 embeds the open source library iScroll4 that takes care of scrolling in the application.

  • Scrolling: Pull to Refresh
    The OpenUI5 mobile library supports the pull down to refresh functionality that allows users to refresh lists or page content with fresh data from server.