Is it possible to implement Ionic's pull to refresh (aka "Refresher") inside of an element instead of on an entire page?
This would be useful when designing an app that has a smaller scrollable section within a page. With the current behavior, the entire page is pulled down rather than just the scrollable element.
Have you tried ion-scroll inside ion-content in your section and put the refresher inside ?