Chris Roth
Chris Roth
> Hi @quachsimon ! Thank you for reporting the issue 👍 > If you have some time could you check if removing `return Math.abs(gestureState.dx) >= 4 || Math.abs(gestureState.dy) >= 4;`...
Yes I have a modal where `swipeDirection` is `left` with a vertically scrollable menu inside
I need to look at this a little closer to understand. It seems like swiping in a direction other than the `swipeDirection` should have no effect on the modal and...
I'm actually finding that it works perfectly without the `return Math.abs(gestureState.dx) >= 4 || Math.abs(gestureState.dy) >= 4;` check - I suspect that this is because even if taping does get...
Ahh, you are right. It does have an issue if I just remove that line. I haven't had any issues where the tap wasn't working, but rather swiping down on...
Yep, @mmazzarolo works great, thanks for pushing this out!
Hey, I was just able to get this working with a small PR: https://github.com/react-native-community/react-native-modal/pull/308 (read for details on what this changes). I haven't tested it fully with the various combinations...
I'm having the same issue when I try to get html2canvas working directly (without aframe-html-shader).
Renaming `client.coffee` to `client.cjsx` and updating the reference to it in `server.coffee` solves this, but then I get the following: ``` TypeError: Object # has no method 'createElement' at [object...