What’s new for WebKit in css?
Generated on 8/2/2024
1 search
For updates on WebKit in CSS, you can refer to the session titled "Get started with Writing Tools" from WWDC 2024. This session discusses various enhancements and configurations for WKWebView, which is part of WebKit.
Here are some relevant points from the session:
- Writing Tools Integration: WKWebView now supports advanced text editing experiences, including inline editing, proofreading, and composition support. This can be customized using new APIs.
- Customizing Behavior: You can specify the behavior of writing tools in WKWebView, such as allowing rich text or tables, or opting out of writing tools completely.
- Ignoring Ranges: There are new delegate methods to specify text ranges that writing tools should ignore, useful for applications like note-taking or email apps.
For more detailed information, you can watch the session Get started with Writing Tools.
Relevant Sessions
If you have any more specific questions or need further details, feel free to ask!
Platforms State of the Union
Discover the newest advancements on Apple platforms.
What’s new in AppKit
Discover the latest advances in Mac app development. Get an overview of the new features in macOS Sequoia, and how to adopt them in your app. Explore new ways to integrate your existing code with SwiftUI. Learn about the improvements made to numerous AppKit controls, like toolbars, menus, text input, and more.
Get started with Writing Tools
Learn how Writing Tools help users proofread, rewrite, and transform text in your app. Get the details on how Writing Tools interact with your app so users can refine what they have written in any text view. Understand how text is retrieved and processed, and how to support Writing Tools in custom text views.
What’s new in SwiftUI
Learn how you can use SwiftUI to build great apps for any Apple platform. Explore a fresh new look and feel for tabs and documents on iPadOS. Improve your window management with new windowing APIs, and gain more control over immersive spaces and volumes in your visionOS apps. We’ll also take you through other exciting refinements that help you make expressive charts, customize and layout text, and so much more.
What’s new in UIKit
Explore everything new in UIKit, including tab and document launch experiences, transitions, and text and input changes. We’ll also discuss better-than-ever interoperability between UIKit and SwiftUI animations and gestures, as well as general improvements throughout UIKit.