capacitor-voice-recorder icon indicating copy to clipboard operation
capacitor-voice-recorder copied to clipboard

fix: add safari support

Open DevRichter opened this issue 1 year ago • 0 comments

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

image

DevRichter avatar Aug 11 '23 14:08 DevRichter