Norman Breau

Results 826 comments of Norman Breau

> The serve command runs a local server but when you make changes to your project files you will have to close the courent server and open an other one...

Just as a data point... Google Maps uses a min deployment target of iOS ~15~ 14, and even support for that is "frozen", e.g. they aren't addressing any issues with...

I think this is a good addition, and one that Cordova itself could probably use. I've enabled the CI tests which obviously requires some chore work since it's still configured...

Hey @marco-saia-datadog If you could rebase this PR it should fix the CI for you.

##### Analysis at a glance Based on the stacktrace, it's failing at https://github.com/apache/cordova-plugin-file-transfer/blob/master/src/android/FileTransfer.java#L796 which is when it's trying to create the output stream for the downloaded file to local disk....

`file://localhost/__cdvfile_files__/imgcache/04a568427e026c9d4dc0275d9ba360c7a24326be.png` This path doesn't make sense, the directory must exists and `/localhost/__cdvfile_files__/imgcache` is not a valid path in android. That's why I suggested to use the `cordova.file.dataDirectory` constant earlier, but...

I see. I glanced over that library, it's obvious it was built some time ago. It uses `toURL()` behind the scenes. There's some history with that API and with the...

The android failures are due to the CI config being outdated and using too old of a JVM. As of right now it doesn't require any action in this PR....

> If you switch away from a Cordova app, and the webview gets killed in the background, when you resume it you would expect to be on the same page...

> /storage/emulated/0/Android/data/com.bundle.id/files/assets/sound-abc123.mp3: open failed: ENOENT (No such file or directory) To clarify `com.bundle.id` is **YOUR** application right? `ENOENT` is typically an error signaling that the file does not exist. Android...