-
**Description of error**
After clicking the "back" button on the device's navigation bar to go to the previous page of the site and then refresh the page that opens, the page that was opened before c…
-
I'd like to be able to set the view via a `.add()` method:
```
var myListView = Ti.UI.createListView({
height: Ti.UI.FILL,
width: Ti.UI.FILL
});
var swipeRefreshModule = require('com.rkam.sw…
-
Hello,
When i try to $.tableWrapper.add(swipeRefresh) application crash !!
The View :
``` xml
```
The Controller:
…
-
## Expected Behavior
SwipeRefresh content should be shown on the page
## Actual Behavior
SwipeRefresh content does not show on device. Content is empty for no apparent reason.
Android -> the con…
-
Can you please test Open-Api where you delete a blog, It looks like SHOULD_REFRESH is not refreshing the blogList!, I think you have missed BlogEvent.Refresh, I may be wrong
UpdateBlog Reflect Nicely…
-
i had extend your library. many swiperefresh on my apps, and work. but i have problem with grid view swipe refresh. My grid view have padding top, when i swipe the grid, it's showing padding area, not…
-
Not sure if it's an issue related to #18 but having `SwipeRefresh` as a child of the body blocks the toolbar from expanding. You can only expand the toolbar on a fling or when the `SwipeRefresh` is r…
-
using swipeRefresh layout;
-Add a Refresh Action to the Action Bar as well
-
Steps to repro:
- Load app, delete any existing tasks so that "You have no tasks!" is displayed
- swipe vertically downwards
Expected outcome
- The loading spinner is displayed
Actual o…
-
### Description
Swipe to Refresh test cases pass using espresso, but fail on robolectric
### Steps to Reproduce
The test cases in this repo fail when run on Robolectric, but pass when running…