Picker does not respond when in Interactable.View
See original GitHub issueSo I have a Picker
component inside an Interactable.View
(it is for a pull-down screen with customer billing information, works something like notifications pull-down area on iOS). The Picker
does not respond to touches, the Interactable.View
just trembles and that’s all.
I have checked that if I just replace the Interactible.View
with regular View
, all works well.
Am I doing something wrong or is it a bug in the library?
Thanks
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
[Android] Touchables in Interactable.View · Issue #187 - GitHub
Hello, I'm currently facing an issue only on Android. When I press a touchable inside an Interactable.View it's never fired.
Read more >Why does this SwiftUI Picker code not work? - Stack Overflow
ForEach types inside Picker should be aligned with selection type. Here is a corrected code that should work for you:
Read more >How to fix a Form Picker or a NavigationLink that isn't tappable
If you have a NavigationLink or Picker that isn't working, this usually happens because in some situations SwiftUI expects the containing view ......
Read more >Why is the value of the picker whe… | Apple Developer Forums
If my current value of the picker wheel is BUDGET, and I call the adjustToPickerWheelValue() method to change it to MISC, I will...
Read more >Adding a Map and Markers to a React Application
because React does not do deep comparisons, a custom hook is used // see discussion in https://github.com/googlemaps/js-samples/issues/946
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi guys! I fixed most of the Android touch issues in this branch: https://github.com/wix/react-native-interactable/tree/androidFixes
I’ll appreciate if you can give feedback before I merge to master
The issue that still remains unresolved (I’m still working on it) is horizontal scroll inside horizontal moving interactable (or anything with horizontal drag like a slider)
Let’s do this the other way around… I’ll close and if the issue is still there please reopen