massimilianocom
massimilianocom
ok i managed to install it but now it gives me this: Installing "cordova-plugin-background-mode" for android android-sdk version check failed (C: \ Users \ comun \ Desktop \ App Project...
when i start my app i get this error: TypeError: Cannot read properties of undefined (reading 'backgroundMode')
Hello I have this plugin in my app for a long time it has always been working but I don't understand why it no longer works since yesterday this is...
How can I display 2 waveforms with the same audio track on the same page?
I did a simple copy and paste: `var fileTransfer = new FileTransfer(); var uri = encodeURI("https://www.radiomatese.it/Download/RadioMatese.apk"); var fileURL = "cdvfile://localhost/persistent/path/to/downloads/"; fileTransfer.download( uri, fileURL, function(entry) { console.log("download complete: " + entry.toURL());...
HI When I try to install this plugin: cordova plugin add https://github.com/FWiner/cordova-plugin-android-background-mode It gives me this error: cordova plugin add https://github.com/FWiner/cordova-plugin-android-background-mode Failed to fetch plugin https://github.com/FWiner/cordova-plugin-android-background-mode via registry. Probably this...
Hello everyone I wanted to ask the Background mode plugin up to which Android version it works. Because up to Android 11 it works perfectly but up to Android 13...
Hi everyone I wish the splash screen didn't appear I did this taken from the cordova apache guides `function onDeviceReady() { navigator.splashscreen.hide();` } but nothing doesn't work I still see...
Hi everyone I'm having a problem when I try to either emulate or build Android with cordova This is the error it gives me: `Checking Java JDK and Android SDK...
From what I read, it's a nice plugin but very little is explained about everything. For example, can it work for audio streaming such as web radio? Is it possible...