Norman Breau

Results 826 comments of Norman Breau

Ah gotcha, you want to be able to open a new window from within the IAB window. I guess that's tricky as the main goal of the IAB browser is...

Where is `data` coming from and how are you serialising it? I have an app where I write a rather large amount of data to a file, upwards of 50mb...

When you download your png files, are you using blobs or are you referencing that data via strings?

Very strange indeed. If possible, if you can create a [sample reproduction app](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md) that reproduces the issue, it might help move this ticket along, though this may very well be...

Thanks, I'll try to take a quick look at this this weekend and report what I find on my devices.

My apologies, I've been really tied up with work trying to meet a deadline and I completely forgot about this. I'll take a look now just to at least confirm...

The line that blocks the UI thread for a significant amount of time here I found to be: https://github.com/apache/cordova-android/blob/c35a990c09f1ab278873754eb7f81e52250893a3/cordova-js-src/exec.js#L87 `args[i] = base64.fromArrayBuffer(args[i]);` When blobs are used, it reads the blob...

> I think i cant make cordova calls from worker You are correct, this is something that cordova doesn't currently support. > so i need to pass my file to...

For context, the original issue this PR addresses is on jira at https://issues.apache.org/jira/browse/CB-14163 The motivation appears to be a bug if multiple plugins are trying to use `ext.postBuildExtras` where one...

This sounds like a wkwebview issue if it works with standard `XMLHttpRequest` but not with `fetch`.