capacitor-voice-recorder
capacitor-voice-recorder copied to clipboard
fix: add safari support
We are using this repo for our app, and the recording is not supported in safari browsers. This code accesses the mediaDevices on the navigator, because navigator.permission.query is not supported in safari, so you cannot record in safari currently. This small code section fixes this