I am developing a React Native app, and I am using the Modal component provided by React Native. The problem is that, on Android, all my modals close themselves when I move 2 fingers on them.
For example, if I put a map on a modal and I try to pinch it, the modal closes.
But even for a very simple blank modal, if I move 2 fingers on it, it closes.
This problem is occuring on another React Native app as well. I didn't find any occurence of this question on the web.
How can we do to allow multitouch on a React Native modal?
from React Native Modal closes on multitouch (Android)
No comments:
Post a Comment