Jean-Charles van der Bruggen
Jean-Charles van der Bruggen
Hello guys, it's been a rough week for me :-) but it works 1 - got rejected by apple because no apple sign but social logins in place : ```...
related issues : https://github.com/firebase/firebase-tools/issues/8343
Fix incoming https://github.com/sql-formatter-org/sql-formatter/pull/846
I have the same issue but cannot really understand. When I set manual width and height and manual x and y. I get the preview to respect the dimensions and...
Ok I did some digging 👍 The code uses integers for width, height, x, y, and paddingBottom. Therefore, you cannot directly use float values like 19.5 for these parameters. Here's...
Yes that's it... You need to round your computes. Just tested. i can handle integer values for now :-)
https://github.com/capacitor-community/camera-preview/pull/382