Results 11 comments of mixable

Did you find a solution for this? Looking into the SSL library didn't help me to find something about TLS 1.2.

I can confirm that the changes of this request solves the issue. I have the same CastError when using the latest version in combination with SDK 2.12.

@Dn-a how can we support you to publish these changes?

Thank you for the answer! I already use the social auth plugin, it's also great ;) Unfortunatelly, the OAuth2 plugin is used on the server side for one of my...

Same problem here. The dates 2010-06-14 and 2010-06-15 also returned this error during my export. All other dates worked without any problems.

When using setZoomScale, there is a zoom "animation" from 0 to the zoomScale value. This is fine for changing the zoom on a later state. But when looking at the...

@joo As @burekas7 mentioned, there is always a zoom animation when you use `setZoomScale()` (with or without delay). iOS has the following behavior: calling `setZoomScale()` before the scanner started, the...

I think the duration of 50ms is too short. Maybe the camera is "not started yet". For me, a larger duration works.

@burekas7 I used a duration of 1 second. But only to make sure that it really works. But as you mentioned, it would be better to have a smaller value...