staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
717 stars 112 forks source link

bug fix for ios #56

Closed kerasus closed 3 years ago

kerasus commented 4 years ago

i can't load examples with ios 10 (any browser) The problem was solved when I made these changes

staskobzar commented 4 years ago

Hello, I can not reproduce this problem on iOS. The MediaStream interface is supported well: https://developer.mozilla.org/en-US/docs/Web/API/MediaStream

Statement "let" is also supported well: image

If there is a problem it must be somewhere else. Maybe node or libraries version. Try to delete node_modules directory and package-lock.json file in your example and re-build your example.

Also, if you can provide an example project that reproduces this problem I can do deeper investigation.

Thanks