mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-23 02:24:39 +01:00
This commit introduces comprehensive iOS platform support for Wails v3, enabling developers to build native iOS applications using Go and web technologies. Key Features: - Full iOS application lifecycle management with WKWebView integration - Native iOS options configuration (scroll, bounce, navigation gestures, media playback) - iOS-specific build system with Xcode project generation - Support for iOS simulators and physical devices - Native tab bar (UITabBar) integration with SF Symbols - iOS runtime API for platform-specific functionality - Complete example iOS application with Puppertino UI framework - iOS template for new projects - Build tasks and configuration for iOS development - Support for input accessory view management - Custom user agent configuration - Background color support for iOS windows Technical Implementation: - iOS-specific message processor for event handling - Native Objective-C bridges for iOS APIs - WKWebView configuration and management - iOS asset handling and bundling - Proper build constraints for iOS platform - Integration with existing Wails v3 architecture This enables developers to target iOS alongside existing desktop platforms (macOS, Windows, Linux) using a single Go + web technology codebase. Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
No EOL
351 B
Text
12 lines
No EOL
351 B
Text
examples/kitchensink/kitchensink
|
|
cmd/wails3/wails
|
|
/examples/systray-menu/systray
|
|
/examples/window/window
|
|
/examples/dialogs/dialogs
|
|
/examples/menu/menu
|
|
/examples/clipboard/clipboard
|
|
/examples/plain/plain
|
|
/cmd/wails3/ui/.task/
|
|
!internal/commands/webview2/MicrosoftEdgeWebview2Setup.exe
|
|
internal/commands/appimage_testfiles/appimage_testfiles
|
|
testiosapp/ |