-
Suggested implementation an overlay swipable from the right
p-mc2 updated
6 years ago
-
I want to create a smooth right side menu for my app.
In my app, swipe left gesture is used for routing which conflicted to the side menu which made by Interactable.View
Can i just use Interactabl…
-
### Issue Description
`onPanResponderMove` only called for 10px or so (the slop threshold, I assume), then the drawer gesture takes over. No other `PanResponder` lifecycle events are called after i…
-
This looks really good. My use case is a Modal/LightBox that I want to dismiss with a flick, so I basically need the same gesture responders, but no deck of cards. Would it be possible to expose a sin…
MrLoh updated
6 years ago
-
We received notice that the Performance tests failed in some cases:
https://github.com/ooni/probe-android/issues/196
As the log can be accessed only through the details test results screen of a te…
-
We should use tools such as `hammerjs` to improve usability and overall feedback on mobile platforms, introducing swipes and tap-enabled components like tabContainer(swipable) and ripples(touchable)
…
-
Hi.
I apologize if this question has already been asked.
Inheritance from SwipeCollectionViewCell disables default collectionView scrolling, even if you return nil in _editActionsForItemAt indexPa…
-
**Type**: feat
**Platform**: all
In a list with swipable items. It would be very nice if the item swipes automaticly back, after the click on an option button.
-
**Type**: feat
**Platform**: all
This is like a way popular patter at least in android apps when you swipe view to the left/right and you get the tab switched. That would be a very nice feature.
…
-
#### Short description of the problem:
How to disable swipe-back on a specific page? I want to use it when I use nav.push() but I dont want the page to be swipable when it is a modal (nav.present()) …