Davide Ramo
Davide Ramo
Is it possible that Capacitor 6 removes the `Content-Type` before executing the fetch? core-plugin.ts -> buildRequestInit line 424 ``` headers.delete('content-type'); // content-type will be set by `window.fetch` to includy boundary...
If I remove the check about contentType != nil it works (no special boundary needed in my case, just for test)
Further investigations: Debugging axios code it seems that the `lib/helpers/resolveConfig.js` https://github.com/axios/axios/blob/17cab9c2962e6fb1b7342a8b551f944b95554fdf/lib/helpers/resolveConfig.js#L30 clear out the Content-Type. Not sure if it's correct or not, but for sure something is broken. The result...
axios version 1.x
any news about that?
version 3.7.0 should fix that
> I encountered the same issue, so I submitted a PR to fix the issue. [#499](https://github.com/BetterTyped/react-zoom-pan-pinch/pull/499) This worked fine for me! Why this is not integrated yet? This bug is...
Can we confirm this bug is fixed by #499 ?
I can confirm version 3.7.0 fixes my zoom issue!