Yurii Siedin

Results 16 comments of Yurii Siedin

Same for me. IOS 14 iPad. ![image](https://user-images.githubusercontent.com/1754655/102003153-d4697300-3cc0-11eb-9bf2-ae3f63f16648.png)

Hey guys. I think I found the solution. The plugin includes platform detection inside the code. The platform detection uses navigator.userAgent.indexOf('ipad') || navigator.userAgent.indexOf('iphone') to detect if the code is running...

Same for me. `Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of calling to UIKit...

Used the base64 solution suggested by @kirtipriya - it works for me

https://github.com/jhuckaby/webcamjs/issues/263#issuecomment-693652956 here is a solution

> > Can we just change the canvas size according to the screen width & height with the orientation? > > ``` > > if (screen.height > // Landscape >...

> I'm not sure this is related to the reported or known behaviour, but looked similar in my case and might help others stumbling over this. > > For me...

Any updates on this issue? We are experiencing the issue on our side too. Comparing V2 request breakdown and V3 request breakdown side by side made by the datadog tracer....

@kuhe yes, every request I instantiating a new client and destroying it after. ``` function read() { return [ (req, res, next) => { const modelId = 'model_id'; const model...