InterviewSolution
Saved Bookmarks
| 1. |
What is the ion-refresher component's purpose in Ionic? |
|
Answer» The term "REFRESHING" refers to the process of updating the currently DISPLAYED PAGE so that the user may see the most recent content. To provide pull-to-refresh capabilities to a content component, Ionic provides the ion-refresher component. Ionic allows users to utilise touch to pull the page down from the TOP of a list of data to access more information. During the refresher's output EVENTS, the updated data should be adjusted. When the page has finished refreshing, execute the refresher's complete() function. |
|