OverlayPanel doesn't close on iPhone #5870
Labels
Status: Pending Review
Issue or pull request is being reviewed by Core Team
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
When trying to close overlay panel clicking outside of panel on iphone (ios 11.x) it doesn't close.
While debugging I found out that document click listener isn't triggered for some reasons:
Maybe it is related to 'click' event. Tried to replace event with 'touchend' and it worked properly for iphone.
The text was updated successfully, but these errors were encountered: