Closed
Description
Summary:
When shouldCloseOnOverlayClick is set to true, clicking the overlay on iOS does not close the modal.
Steps to reproduce:
- Create a modal with shouldCloseOnOverlayClick={true}
- Verify that clicking the overlay closes the modal on a desktop browser.
- Observe that clicking the overlay does not close the modal on an iOS touch device.
Expected behavior:
The modal should display the same functionality as the desktop.
Additional notes:
This may also affect Android and Windows based touch devices, but is untested.