Skip to content

Commit 5764919

Browse files
authored
Merge pull request #968 from dynamsoft-docs/jackson-preview
Jackson preview
2 parents 8ee44e8 + a448ea0 commit 5764919

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

_articles/faq/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ description: Dynamic Web TWAIN SDK Documentation FAQ
209209
32. [Why am I unable to load the TIFF file into Dynamic Web TWAIN?](/_articles/faq/unable-to-load-4-bit-tiff.md)
210210
33. [Error message - CORS Errors caused by local network access permissions when using Chromium 142 and later](/_articles/faq/chromium-142-local-network-access-issue.md)
211211
34. [Error message - File is Damaged and Can’t Be Opened in macOS](/_articles/faq/file-damaged-on-macos.md)
212+
35. [Safari 26.2 Regression Causing Dynamic Web TWAIN v19.3 Auto-Reconnect Failure on macOS](/_articles/faq/safari-26-2-regression.md)
212213

213214
## Licensing and Purchase
214215

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: default-layout
3+
noTitleIndex: true
4+
needAutoGenerateSidebar: true
5+
title: Safari 26.2 Regression Causing Dynamic Web TWAIN v19.3 Auto-Reconnect Failure on macOS
6+
keywords: Dynamic Web TWAIN, macos, Auto-Reconnect, 19.3, Safari
7+
breadcrumbText: Safari 26.2 Regression Causing Dynamic Web TWAIN v19.3 Auto-Reconnect Failure on macOS
8+
description: Safari 26.2 Regression Causing Dynamic Web TWAIN v19.3 Auto-Reconnect Failure on macOS
9+
date: 2025-12-31 13:18:47 +0800
10+
last_modified: 2025-12-31 13:18:47 +0800
11+
---
12+
13+
# Safari 26.2 Regression Causing Dynamic Web TWAIN v19.3 Auto-Reconnect Failure on macOS
14+
15+
### Symptom
16+
17+
After upgrading to Safari 26.2 on macOS, a compatibility issue was observed with Dynamic Web TWAIN v19.3.
18+
19+
When a site installs or updates the Dynamic Web TWAIN v19.3 Service for the first time, the automatic connection and reconnect mechanism fails. A browser refresh is required to restore normal behavior.
20+
21+
### Issue characteristics
22+
23+
- Only occurs in Safari 26.2
24+
- Does not occur in Safari 26.1 or earlier versions
25+
- Does not occur in Dynamic Web TWAIN versions prior to 19.3
26+
27+
### Reason
28+
29+
Dynamic Web TWAIN 19.3 introduced a new configuration in reconnect requests: `targetAddressSpace: "loopback"`, following the Chrome Local Network Access documentation to explicitly indicate that the request targets the loopback address (127.0.0.1).
30+
31+
In Safari 26.1 and earlier, this configuration is ignored and requests are sent normally.
32+
33+
In Safari 26.2, `fetch` throws a `TypeError` when this configuration is present, causing the request to fail before being sent. As a result, `reconnect` cannot be implemented even though the Dynamsoft Service is installed and running.
34+
35+
### Update
36+
37+
The WebKit team has identified this issue as a regression in Safari 26.2 and has already fixed it. The fix will be included in an upcoming Safari release.

0 commit comments

Comments
 (0)