Using the new iOS 26 SwiftUI WebView, is it possible to print (to a physical printer) like we can with WKWebView with UIPrintInteractionController? The documentation for WebView and WebPage seems to skip over printing entirely. If not, and it uses WKWebView under the hood, is there a way to access to it so we could use UIPrintInteractionController? Thanks!!
iOS 26 SwiftUI WebView printing / access underlying WKWebView
That's currently not supported by WebView and WebPage in SwiftUI. The closest alternative is to export the WebPage as a PDF or image and then use that for printing.
If you'd like us to consider adding the necessary functionality, please file an enhancement request using Feedback Assistant. Once you file the request, please post the FB number here. If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why?