cordova-plugin-android-permissions icon indicating copy to clipboard operation
cordova-plugin-android-permissions copied to clipboard

When microphone permission is accepted, the app will stop working

Open iisdan opened this issue 6 years ago • 2 comments

var permissions = cordova.plugins.permissions;
permissions.requestPermission(permissions.RECORD_AUDIO, function(){
        // App crashes here 
}, function(){
	
});

iisdan avatar Jan 26 '18 16:01 iisdan

any news about this issue?

jdnichollsc avatar Mar 03 '20 02:03 jdnichollsc

I do have the same problem. Have you found another way to record audios?

piwel avatar Mar 01 '24 18:03 piwel