nativescript-pulltorefresh
nativescript-pulltorefresh copied to clipboard
:recycle: NativeScript plugin for PullToRefresh controls
Would you agree to move this plugin to @nativescript-community? My fork has a lot of fixes https://github.com/Akylas/nativescript-pulltorefresh But i wont move it to community without you agreeing as it is...
I have a big Google Map and whenever I move around in the map, particularly, when I go up in the map, the pull to refresh is triggered. Any way...
Pulling to refresh shows the indicator as intended. I would also like to show it on app-startup, when the app searches for nearby sensors, or when activating the tab containing...
I am using Angular Nativescript and the app is giving me the following error when a try to access the template that use this tool: ``` ERROR Error: Uncaught (in...
`tns plugin add @nstudio/nativescript-pulltorefresh ` command by default is installing v3.0.0 which I'm not even seeing in the release section. This of course causes the app to crash with error...
Hi guys, I am using plugin with wrapping **SrcollView** like on example below: This works perfect on Android but does not work fine on iOS for some reason. Pull down...
Hello! This plugin works perfect for all cases except for the one I'm going to describe. I want to be able to fire the "refreshing" property programmatically whenever I want....
Hello, is there some sort of changelog or upgrade guide to migrate to the latest version of this package?
I'm using PullToFresh to wrap `GridLayout`, Setting `color` and `backgroundColor` property, It also applies to `GridLayout` and its children. My project is Nativescript Vue on android.
Is there a way to change the indicator color on this? I added to the css ``` ActivityIndicator { color: white; } ``` but that did effect the pull to...