You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Acuant JavaScript Web SDK v11.9.1
1
+
# Acuant JavaScript Web SDK v11.9.2
2
2
3
-
**July 2023**
3
+
**December 2023**
4
4
5
5
See [https://github.com/Acuant/JavascriptWebSDKV11/releases](https://github.com/Acuant/JavascriptWebSDKV11/releases) for release notes.
6
6
@@ -803,6 +803,10 @@ See the single worker model in [Initialize and Start the SDK](#initialize-and-st
803
803
804
804
## Known Issues/FAQ
805
805
806
+
1. Some base model iPhones struggle to focus at close distances when running iOS 17.*.
807
+
808
+
The minimum focus distance for many iPhone cameras was increased in iOS 17 and has resulted in a diminished ability for users to meet both the dpi and sharpness constraints required to capture a good image. However, iOS 17 also exposed the ability to use WebRTC to perform optical zoom on iPhone devices that support it. With 11.9.2 the SDK applies a small optical zoom on affected devices to enable capturing a sharp image without sacrificing dpi.
809
+
806
810
1. iPhone 13 Pro, 13 Pro Max, 14 Pro, and 14 Pro Max struggle to focus at close distances when running iOS 16.0 through 16.3.
807
811
808
812
11.7.1 adds a workaround for this issue by having those devices capture from farther away. This is a workaround for an issue in iOS 16. There is a more detailed explanation of both the issue and the workaround in the 11.7.1 section of the [Migration Details](docs/MigrationDetails.md). We have been in contact with Apple and as of iOS 16.4 Apple has provided us with the tools to fix this issue properly. This fix was released as part of 11.8.2.
0 commit comments