Issues with wkwebview and formdata

Hi, I’ve read your comment to install

cordova-plugin-ionic-webview

and I tried that. But I have one big problem. I try to upload with

<input type="file" name="file" id="file" accept="image/*;capture=camera" class="inputfile" />

a photo (taken with the camera). But it is not possible, With UIwebview it was working fine.

Is there something to do for working with formdata in wkwebview?

Thanks