ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

Implementation of PullToRefresh component from SAPUI5 to increase mobile support

Open C3ntraX opened this issue 2 years ago • 0 comments

Feature Request Description

As described in issue #5103, I was trying to implement a PullToRefresh component. Its a component described in SAPUI5 - https://sapui5.hana.ondemand.com/sdk/#/api/sap.m.PullToRefresh For mobile users, it would be nice, if the touch would gain more support. Swipeable components like PullToRefresh are good for the user experience for mobile devices. The component would be very useful for lists.

Proposed Solution

See https://sapui5.hana.ondemand.com/sdk/#/api/sap.m.PullToRefresh

Proposed Alternatives

The question is, if you can add some more support for touch devices. I'm not very certain, whether you are able to implement such a component. Working with reference elements like in react could be a solution. Maybe use the scrollTop variable from the reference and working with this variable to open and close the PullToRefresh component.

Additional Context

Add other context or screenshots related to the feature request here.

Priority

  • [ ] Low
  • [x] Medium
  • [ ] High
  • [ ] Very High

A clear and concise description of the impact/urgency of the required feature.

Stakeholder Info (if applicable)

  • Organization: {...}
  • Business impact: {...}

C3ntraX avatar Apr 20 '22 12:04 C3ntraX