maui-linux/Handlers
Admin 1e84c6168a
CI / Build and Test (push) Successful in 20s Details
Add WebView support via WebKitGTK
Implements Priority 4 item: WebView via WebKitGTK

New files:
- Interop/WebKitGtk.cs - P/Invoke bindings for WebKitGTK library
- Views/LinuxWebView.cs - WebKitGTK-based WebView platform control
- Handlers/WebViewHandler.Linux.cs - MAUI handler for WebView on Linux
- samples_temp/WebViewDemo/ - Demo app for WebView functionality

Features:
- Full HTML5/CSS3/JavaScript support via WebKitGTK
- Navigation (back/forward/reload)
- URL and HTML source loading
- JavaScript evaluation
- Navigation events (Navigating/Navigated)
- Automatic GTK event processing

Requirements:
- libwebkit2gtk-4.1-0 package on target Linux system

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 10:46:11 -05:00
..
ActivityIndicatorHandler.Linux.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
ActivityIndicatorHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
ApplicationHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
BorderHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
BoxViewHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
ButtonHandler.Linux.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
ButtonHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
CheckBoxHandler.Linux.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
CheckBoxHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
CollectionViewHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
DatePickerHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
EditorHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
EntryHandler.Linux.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
EntryHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
FlyoutPageHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
FrameHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
GraphicsViewHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
ImageButtonHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
ImageHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
ItemsViewHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
LabelHandler.Linux.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
LabelHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
LayoutHandler.Linux.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
LayoutHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
NavigationPageHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
PageHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
PickerHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
ProgressBarHandler.Linux.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
ProgressBarHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
RadioButtonHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
ScrollViewHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
SearchBarHandler.Linux.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
SearchBarHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
ShellHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
SliderHandler.Linux.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
SliderHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
StepperHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
SwitchHandler.Linux.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
SwitchHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
TabbedPageHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
TimePickerHandler.cs Initial commit: .NET MAUI Linux Platform 2025-12-19 09:30:16 +00:00
WebViewHandler.Linux.cs Add WebView support via WebKitGTK 2025-12-28 10:46:11 -05:00
WebViewHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00
WindowHandler.cs Preview 3: Complete control implementation with XAML data binding 2025-12-21 13:26:56 -05:00