Implementation of PullToRefresh component from SAPUI5 to increase mobile support
@petyabegovska is already working on this.
Since Mar 29, 2023.
- Dominant language
- TypeScript
- Stars
- 1.8k
- Forks
- 285
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 59
Description
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
- Medium
- High
- Very High
A clear and concise description of the impact/urgency of the required feature.
Stakeholder Info (if applicable)
- Organization: {...}
- Business impact: {...}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.