what's new with webview and webkit in ios 2026

Asked on 06/24/2025

2 searches

In iOS 2026, there are several new features and improvements related to WebView and WebKit, particularly in the context of SwiftUI:

  1. WebView in SwiftUI: A new SwiftUI view called WebView has been introduced, which is powered by WebKit. This allows developers to embed web content directly in their apps. The WebView can show URLs and web pages, and it supports rich interaction with web content through a new observable model type called WebPage. This model allows for programmatic navigation and access to page properties. You can also customize user agents, call JavaScript, and use custom URL schemes. For more details, you can refer to the session Meet WebKit for SwiftUI.

  2. WebKit APIs for SwiftUI: WebKit now offers a full set of SwiftUI APIs, making it easier to integrate web content into apps. This includes the ability to load and display web content, communicate with the page, and customize content interaction. The session Meet WebKit for SwiftUI provides more insights into these capabilities.

  3. New Features in Safari and WebKit: There are numerous new features in Safari and WebKit, including improvements in CSS for typography, user privacy features, and media support. These updates are designed to enhance the web experience on iOS and other Apple platforms. You can learn more about these updates in the session What’s new in Safari and WebKit.

These updates aim to provide a more seamless and powerful integration of web content within iOS apps, leveraging the capabilities of SwiftUI and WebKit.

what's new with webview and webkit in ios 2026 | Ask WWDC