-
### Description
Trying with simple example, I faced next issue, I can't trigger onPress action on renderLeftActions, only renderRightActions works fine. Even if I momentarily swap the body of both,…
-
Elements within the `iron-swipeable-container` begin to swipe upon even the most minor horizontal interaction e.g. vertical drag. This can be observed in any simple example or even the demo of this el…
ghost updated
6 years ago
-
Hi, i have my swipeable component which works great, but in some cases i have buttons under that div on which i detect the swipe and that causes the button to not being triggered when the user taps / …
-
Swipeable elements within the `iron-swipeable-container` prevent the page from vertically scrolling, even when they have the `disable-swipe` attribute.
Maybe this is related to issue #5 as it seems t…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
This is part of the https://github.com/mui/material-ui/i…
-
### Description
**Feature Request**: the optional ability to swipe elements non-destructively.
1. **Who will use the feature?** _“Useful for finger-friendly lists of elements where it's more useful …
-
## Expected Behavior
When enabling swipe functionality with the tab components a user using a mobile device should be able to interact with form elements that are within the tab content area.
##…
-
Can be accomplished using: https://github.com/dogfessional/react-swipeable
This allows for simple swipe handlers to be set to trigger navigation events backwards and forwards in history.
A bonus…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Explain what you did
I installed using `npm install @rneui/themed @rneui/base`
```
import { Button, ListIt…
-
When running Lighthouse accessibility tests, points are being deducted for the non-focused tabs within the React Swipeable Views component as they have the `aria-hidden="true"` attribute set.' Within …