Post

Replies

Boosts

Views

Activity

Reply to WKWebView LoadRequest crash on ios 26
It seems that calling LoadRequest from the mainthread fixes the issue but I don't understand why, theres no documentation to suggest this must be done. Any ideas? That's exactly right. WKWebView APIs need to be called from the main thread. This is documented on one of the WebKit API landing pages.
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’25
Reply to PDF links in WKWebView not clickable on iOS 26 (working on pre-iOS 26)
Hello @kirito_song! Could you share which PDF file you are reproducing this with? And, how is your WKWebView configured? For reference, I just spun up a bare WKWebView and was able to do in-document link navigations on https://help.apple.com/pdf/security/en_US/apple-platform-security-guide.pdf.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to Safari Technology Preview closes unexpectedly on external monitor
Hello! Could you share more information about the error? Is it a crash? You can open Console.app and inspect Safari Technology Preview crash reports to know! https://support.apple.com/en-ca/guide/console/cnsl664be99a/mac
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to WKWebView LoadRequest crash on ios 26
It seems that calling LoadRequest from the mainthread fixes the issue but I don't understand why, theres no documentation to suggest this must be done. Any ideas? That's exactly right. WKWebView APIs need to be called from the main thread. This is documented on one of the WebKit API landing pages.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to Apple Pay Sandbox with Payment Not Completed
Please report a bug on bugs.webkit.org.
Replies
Boosts
Views
Activity
Apr ’24
Reply to Can't scroll past a video with playsinline attribute inside an iframe [Safari iOS 17.0.3]
This was resolved recently: https://bugs.webkit.org/show_bug.cgi?id=261563
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Apple pay option not showing on my wordpress / woocommerce page
@mawi00, I am presented with an Apple Pay button on your website (and the payment sheet works correctly too). Are you conditionally presenting the Apple Pay button?
Replies
Boosts
Views
Activity
Aug ’23
Reply to Connection to client lost after Apple Pay decline
Hi EricMEvans! We shouldn't be showing the payment sheet after calling PaymentResponse.complete() method, since that method notifies the user agent that the user interaction is over, and causes any remaining user interface to be closed. You intend to call PaymentResponse.retry() for failures that warrant showing the payment sheet again.
Replies
Boosts
Views
Activity
Aug ’23