Skip to content
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

Open
AlishahSolanki opened this issue Dec 12, 2019 · 9 comments
Open

Android Modal freeze, buttons and touch outside won't work #208

AlishahSolanki opened this issue Dec 12, 2019 · 9 comments

Comments

@AlishahSolanki
Copy link

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...

@warrenlalata
Copy link

I have the same issue!

@ddthuan87
Copy link

ddthuan87 commented Dec 20, 2019

same issue in Galaxy s8

Solution: "0.18.3", work normal

@paulorodriguesxv
Copy link

The same for me, on Samsung A50.

@xclidongbo
Copy link

me too.

serhiipalash added a commit to serhiipalash/react-native-modals that referenced this issue Dec 29, 2019
…evices

jacklam718#208

The solution is to decrease DraggableView component PanResponder on touch start sensitivity https://stackoverflow.com/a/52609793
@serhiipalash
Copy link

serhiipalash commented Dec 29, 2019

I've submitted a pr with fix for this issue. Before it is merged, you can fix it like this

"react-native-modals": "https://github.com/serhiipalash/react-native-modals"

@JavanHuang
Copy link

Is there any update on this issue being resolved on this package?

@claudiozam
Copy link

The same for me, on Samsung S8.

@serhiipalash your fix is not working in samsung S8

@carlaares
Copy link

Having the same issue .
@serhiipalash doesn't work always in Samsung S8. Looks like left button works better than right button with a 2 buttons modal.
I haven't tried downgrading the version of the plugin yet.

@jonra1993
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants