Vijaya Anand
Vijaya Anand
You can listen to the window resize event and set the width of the overlayref as describe in the below article. ``` const refRect = this.reference.getBoundingClientRect(); this.overlayRef.updateSize({ width: refRect.width });...
Can u please post the error? Also, did you try passing `stream` option as `true`? http://musquitojs.com/#streaming
I'll check this weekend and let you know
Is it possible to share some code fiddle?