We are working on customizing plyr.io for our needs currently. We're running into an issue where we have an overlay that comes over the video player during fullscreen that requires us to fill a form. We use React portal to add that Component as part of the controls html that plyr.io allows us to customize. The problem we're facing is that when someone is filling a form and double clicks, it triggers the go to full screen event. My question is, how can we disable double click event without disabling fullscreen through plyr.io options.
We are working on customizing plyr.io for our needs currently. We're running into an issue where we have an overlay that comes over the video player during fullscreen that requires us to fill a form. We use React portal to add that Component as part of the controls html that plyr.io allows us to customize. The problem we're facing is that when someone is filling a form and double clicks, it triggers the go to full screen event. My question is, how can we disable double click event without disabling fullscreen through plyr.io options.