tchvu3 / capacitor-voice-recorder

Capacitor plugin for voice recording
69 stars 57 forks source link

fix: add safari support #36

Open DevRichter opened 11 months ago

DevRichter commented 11 months ago

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