JakeSidSmith / react-fastclick

Fast Touch Events for React
https://www.npmjs.com/package/react-fastclick
MIT License
488 stars 41 forks source link

React-bootstrap modal #52

Open danilaramaniuk2378 opened 6 years ago

danilaramaniuk2378 commented 6 years ago

To close react-bootstrap modal we need to click twice on "X" (first touch makes focus, second touch closes modal). It possible reproduced on iPad when we are using react-fastclick.

JakeSidSmith commented 6 years ago

Notes to self:

https://github.com/react-bootstrap/react-bootstrap/blob/master/src/ModalHeader.js#L68 https://github.com/react-bootstrap/react-bootstrap/blob/master/src/utils/createChainedFunction.js