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:
-
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.
-
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.
-
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 in SwiftUI
Learn what’s new in SwiftUI to build great apps for any Apple platform. We’ll explore how to give your app a brand new look and feel with Liquid Glass. Discover how to boost performance with framework enhancements and new instruments, and integrate advanced capabilities like web content and rich text editing. We’ll also show you how SwiftUI is expanding to more places, including laying out views in three dimensions.

Keynote
Don’t miss the exciting reveal of the latest Apple software and technologies.

Meet WebKit for SwiftUI
Discover how you can use WebKit to effortlessly integrate web content into your SwiftUI apps. Learn how to load and display web content, communicate with webpages, and more.