Jared Geilich
Jared Geilich
RegionsPlugin Chrome fires "region-out" event immediately on region.play() with MediaElement backend
> Same here! The "region-out" event is fired immediately when region.play(). This is happening on Chrome with Mac, but works fine on Firefox. > > Any idea how to hack...
Ah I wasn't aware of this -- it's a big help for the first suggestion. It seems like with some math I could probably handle the second suggestion too (zooming...
Small update but I tried this without @wavesurfer/react and I'm getting the same behavior, so it's definitely not a react specific issue. Here's my code. ``` useEffect(() => { regionsPlugin.current...