Robin Genz
Robin Genz
@ebarooni Before you start with the issue, let me know and I will create the boilerplate code.
Feel free to create a PR and I will take a look then.
@nicogenz Yes, feel free to add the "convertRawToJpeg" method.
We will fix this with the next major update since we need to publish a breaking change. For now, you can just bump the Android variable for camerax to `1.5.0`,...
I've created a PR for Android and iOS: https://github.com/ionic-team/capacitor/pull/7638
Any chance to get this merged with Capacitor 8?
You are welcome to create a PR to fix this problem.
Thank you for reporting that. Feel free to create a PR.
I like the idea, but using base64 leads to an out-of-memory exception with "large" files. For this reason, I always recommend interacting directly with the native file system (see this...
> It can be useful for small files and to avoid the security issue of the download URL when a file is protected by a rule. Yes, that's a good...