-
This issue relates to mismatches of `RefreshIndicator` with swipe to refresh [material specs](https://material.io/design/platform-guidance/android-swipe-to-refresh.html#behavior-placement) and native …
-
Thanks for developing this.
My kindle fetches the image I specified, when I run start.sh.
But then it never updates the image. I just stays at the original image
My cron expression is set to 15 …
-
- atm it is not possible to reload the WebView
- using a gesture or Swipe-to-Refresh could add that functionality:
-- https://developer.android.com/training/swipe/add-swipe-interface.html
-- https…
-
**Sample app**
Issue is recreated in sample app: https://github.com/dbobrzyk/StoreIssueSample
**Describe the bug**
When creating Store from the flow, data loads perfectly on init. But when requ…
-
Currently the workflow is to install Exodus, do a database pull and then check the list for known trackers per app.
However, if a user installs a new app. It does not appear in the list immediately…
825i updated
3 months ago
-
Frequency: Every time
Action:
1: Launch the app and login with a valid credential.
2: Swipe right to reveal "Featured" tab,
3: Refresh the tab and immediately swipe left to navigate to "Home" s…
-
On swipe to refresh and on tablayout change or swiped data duplicates and data doesnt refresh it shows loading at the bottom but doesnt update... for single activity it works fine.
-
If RecyclerView is nested to SwipeToRefreshLayout and has Overscroll applied to it, then swipe-to-refresh does not work at all, though overscroll is working. Is it possible to have both swipe-to-refre…
-
### Description
SwipeView is typically used inside a CollectionView to provide an option to delete a collection view item (e.g. by revealing a trash can icon swipe item and using Command binding to…
-
## Current behavior
Refresh control is not visible when I navigate to `ListScreen` and refreshing was triggered when screen was mounted in useEffect as below:
```
const ListScreen = (…