Eric

Results 12 comments of Eric

For those that need a build to go through today you can use the commit **7538ac5fda216c6ecf2a3386051feaf11f6deb2d** `npm install --save "git://github.com/jfhbrook/node-ecstatic.git#7538ac5fda216c6ecf2a3386051feaf11f6deb2d"`

I'm also having the same issue, and reverting to previous version did not help.

Hey It is running in a .Net Framework 4.6.7 Class library. My colleague was able to track down the issue by reverting to a working version and slowly adding back...

I spoke too soon on this issue. We are able to trigger this error by causing the following line to wrap. Interestingly enough it does still write the PDF, If...

This is likely just a css issue with your code and not related to videogular2. If you can provide a repro I can look into it further.

Can you confirm this is still an issue using this sample. https://ngx-videogular.stackblitz.io/ I've tested it on iOS 13.3 latest Safari & Samsung Internet v10.2.01.10 succesfully.

The following polyfill will fix the issue for the time being. `window['VTTCue'] = window['VTTCue'] || window['TextTrackCue'];`

I agree, I think for next release we should track angular versions.

I've got a version that is ready for Ivy and packed as an angular-cli project. I probably won't have time to modify the Travis build and update this repo for...

Thanks for posting this, was trying to figure out what broke my setup.