kenfouo
kenfouo
same problem for me... someone to help us?
> Je voudrais exécuter un flux d'enregistrement audio-vidéo sur la plate-forme Windows, mais il semble que le programme ne supporte que UnixStream. Puis-je savoir s'il est possible de fournir un...
the solution that worked for me: since API 30 Android has restrictions on access to external storage. install file plugin : cordova plugin add cordova-plugin-file var onSuccess = function (e)...
the solution that worked for me: since API 30 Android has restrictions on access to external storage. install file plugin : cordova plugin add cordova-plugin-file var onSuccess = function (e)...
I have same probleme ! Failed to install 'cordova-plugin-mediapicker-dmcsdk': TypeError: Cannot read properties of undefined (reading 'id') at registerConflict (C:\Users\Borientm\CordovaProjects\Further Market\node_modules\cordova-common\src\ConfigChanges\ConfigChanges.js:253:43) at C:\Users\Borientm\CordovaProjects\Further Market\node_modules\cordova-common\src\ConfigChanges\ConfigChanges.js:278:34 at Array.forEach () at PlatformMunger._is_conflicting (C:\Users\Borientm\CordovaProjects\Further...
hello this is what worked for me. The plugin.xml file necessarily contains a property that already exists in your manifest file. in my case it was android:requestLegacyExternalStorage="true". To solve the...
> Ok, j'ai créé ce plugin, supprimé le `requestLegacyExternalStorage`fichier plugin.xml et l'ai installé. Cette fois, le plugin a été ajouté sans erreur de conflit. Mais cela provoque maintenant une autre...
This is what worked for me with the plugin . var permissions = cordova.plugins.permissions; permissions .hasPermission( permissions.POST_NOTIFICATIONS, (status) => { if (!status.hasPermission) { permissions .requestPermission( permissions.POST_NOTIFICATIONS, (data) => { alert('PERMISIONS:...