codekraft-studio / vue-record

VueJs components for MediaRecorder API
https://codekraft-studio.github.io/vue-record/
MIT License
94 stars 57 forks source link

Fix bugs on safari #34

Open devcrazygit opened 1 year ago

devcrazygit commented 1 year ago

This package works in most cases. But on safari browser (especially in iPhone), the record does not work.

So I fixed the checking safari.

Anyway, this tool is great help for me. Thank you for your work.