Embed web content right inside your SwiftUI app with the built-in WebKit tools. You can show web pages, HTML documents, or custom content without leaving your app. This skill works on iOS 26, iPadOS 26, macOS 26, and visionOS 26.
WebView and WebPage are the two main pieces. Use WebView to display a simple URL. Use WebPage when you need to control loading, watch page state, run JavaScript, or handle navigation.
This is perfect for article detail views, help centers, in-app documentation, or any feature that needs a web surface. The tools are simple to use and work directly with SwiftUI state.
Global
mkdir -p ~/.claude/skills/swiftui-webkitProject
mkdir -p .claude/skills/swiftui-webkitSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability