appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

ModalVideo not closing in mobile view. #24

Closed harry100 closed 3 years ago

harry100 commented 4 years ago

The video plays fine in all the views. It closes when i click the close button or the (overlay) shaded part. But the close option doesn't work in mobile view. When logging the videoOpen variable that controls the display or closing of the modal, it is set to true when clicking the close option. Any help on fixing this or am I missing something?

Here's the code <ModalVideo channel='youtube' isOpen={this.state.videoOpen} videoId={this.props.data.video} onClose={() => this.setState({videoOpen: false})} />

abhinavrana commented 3 years ago

I faced same issue, issue is with mobile view landscape mode.