-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Modal freeze, buttons and touch outside won't work #208
Comments
I have the same issue! |
same issue in Galaxy s8 Solution: "0.18.3", work normal |
The same for me, on Samsung A50. |
me too. |
…evices jacklam718#208 The solution is to decrease DraggableView component PanResponder on touch start sensitivity https://stackoverflow.com/a/52609793
I've submitted a pr with fix for this issue. Before it is merged, you can fix it like this
|
Is there any update on this issue being resolved on this package? |
The same for me, on Samsung S8. @serhiipalash your fix is not working in samsung S8 |
Having the same issue . |
Hello, @carlaares I am facing the same issue with react-native 0.64 and react-native-modals ^0.22.3. Did you were able to solve it? |
Modal won't work in debug and release mode in real device tested on A30, A50, Google Pixel, in simulator it works perfect
Version : "react-native-modals": "^0.19.9"
RN : 0.61.4
Solution is to use:
"react-native-popup-dialog": "0.17.0", works perfect...
The text was updated successfully, but these errors were encountered: