Igor Remas
Igor Remas
I was testing this plugin for exactly the same purpose, to use it in conjunction with face-api.js. I did the first tests on the web version and when I went...
> Hi @IgorSamer, I'm running in the same issue, did you manage to sort it out? I still couldn't find the cause of this behavior so I switched to the...
> I've tried to reproduce this with my iPhone Xs running iOS 15.5 and my app using Camera Preview still works like before. Are you able to update to 15.5...
@pbowyer Just tested after updating my iPhone 11 to iOS 15.5 and unfortunately the same behaviour occurs. To be sure (besides already having the css rules for transparency applied and...
@Codemax999 thank you so much!!! I just added `self.webView.scrollView.backgroundColor = UIColor.clear` and finally worked like expected showing the preview again.
I was also facing this issue, and the workaround I found was to create a proxy through my website. On the site, I added a route specifically to embed the...