Norman Breau
Norman Breau
My wild guess is wkwebview is treating the request as a tainted origin, which I believe only does this on the `fetch` api. If the origin is considered tainted, then...
Can you confirm if your issue also reproduces on an Android 11 emulator?
For some background context, error 65 from `xcodebuild` is a generic error that simply describes that xcodebuild couldn't do a build, which of course... pretty much anything could cause: invalid...
>did it somehow related to xcode version? No. Xcode uses error code 65 for as long as i started developing. Using an unsupported XCode version could be a cause, but...
> and the call is wrapped inside a platform.ready() call. Does this call waits for the [deviceready](https://cordova.apache.org/docs/en/10.x/cordova/events/events.html#deviceready) event that gets fired on the document? What version of this plugin are...
I'm unable to reproduce this on `cordova@10` cli & `cordova-android@9`, testing `[email protected]` (from git master). Things to try: - Upgrading to `cordova-android@9` - Upgrading Cordova CLI to `cordova@10` Cordova doesn't...
Does this happen on android or ios? Or both?
What's the `DOMException` that is cut off in the screenshot?
That doesn't answer my question. Inside the web inspector, I see that the `FileReader` object (`event.target`) has an `error` property. That `error` property has a `DOMException`. But the full error...
Hmm, the error is kinda strange. I think usually you see that if: - The directory you're writing to does not exists - Lack permissions to write to the directory...