python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cordova, I can use a file remotely but not locally, what am I wrong?
to try to solve another problem with the Tone.js library and the audio buffer (see here), I created a "default cordova hello world app", and added the "cordova-plugin-file" plugin....
Ubaldo Formichetti
Votes: 0
Answers: 1
How to save dynamic files accessible to the user?
I'm using the cordova-plugin-file to save pdf files to the user's
async saveDocument(base64Response: string, fileName: string) {
const folderPath = this.file.documentsDirectory;
await window.r...
LAUTARO
Votes: 0
Answers: 1