kishan143-jaiswal

Results 6 comments of kishan143-jaiswal

> Hello @kishan143-jaiswal - what browser are you using? chrome

i m using two browsers, chromium Version 80.0.3987.87 and chrome Version 80.0.3987.100 ,but when i install 5.11.2 version then its working fine but when i install the latest its not...

![Screenshot from 2020-02-20 18-43-12](https://user-images.githubusercontent.com/39551972/74936832-dd771400-5410-11ea-96ef-749d9067d3a7.png)

``` this.wavesurfer = WaveSurfer.create({ cursorWidth: 1, container: ReactDOM.findDOMNode(this.waveref), scrollParent: false, height: 45, progressColor: '#333333', waveColor: '#d6d6d6', normalize: true, cursorColor: '#fff', audioRate: 1, barWidth: 1, barGap: 2, backend: 'MediaElement', responsive: true,...

``` this.wavesurfer.on('ready', (progress) => { console.log('ready', this.props.songDetail.playing, this.wavesurfer.loaded); if (this.props.songDetail.playing) { // setTimeout(() => { // this.props.controlNewAudioSync(false) // this.playIt(); // }, 10000); setTimeout(() => { if (this.props.songDetail.pos && this.props.songDetail.pos >...

Facing same issue. On mouse wheel event scroll not working