Marian Alexandru Alecu

Results 2 comments of Marian Alexandru Alecu

I had the same issue and it works (at least on web) with this webpack config: ``` { test: /\.svg$/, use: { loader: '@svgr/webpack', options: { dimensions: false, }, },...

@mrousavy I've tried using [vision-camera-resize-plugin](https://github.com/mrousavy/vision-camera-resize-plugin) to resize the frame to a fixed 720px / 720px, but the preview stays exactly the same on Android - it always takes the video...