Skip to content

Fix: WebView inside SwipeView not responding to swipe gestures on Android - #36231

Merged
kubaflo merged 5 commits into
dotnet:inflight/currentfrom
SubhikshaSf4851:Fix-36154
Jul 1, 2026
Merged

Fix: WebView inside SwipeView not responding to swipe gestures on Android#36231
kubaflo merged 5 commits into
dotnet:inflight/currentfrom
SubhikshaSf4851:Fix-36154

Merge remote-tracking branch 'origin/inflight/current' into pr36231-F…

981cd4b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr (Build .NET MAUI Build macOS (Release)) failed Jul 1, 2026 in 36m 22s

Build .NET MAUI Build macOS (Release) failed

Annotations

Check failure on line 359 in src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr (Build .NET MAUI Build macOS (Release))

src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs#L359

src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs(359,10): error CS0117: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Assert' does not contain a definition for 'IsTrue'

Check failure on line 363 in src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr (Build .NET MAUI Build macOS (Release))

src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs#L363

src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs(363,10): error CS0117: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Assert' does not contain a definition for 'IsTrue'

Check failure on line 118 in src/Controls/tests/TestCases.HostApp/Issues/Issue36154.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr (Build .NET MAUI Build macOS (Release))

src/Controls/tests/TestCases.HostApp/Issues/Issue36154.cs#L118

src/Controls/tests/TestCases.HostApp/Issues/Issue36154.cs(118,7): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Label' does not contain a definition for 'Row' and no accessible extension method 'Row' accepting a first argument of type 'Label' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 120 in src/Controls/tests/TestCases.HostApp/Issues/Issue36154.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr (Build .NET MAUI Build macOS (Release))

src/Controls/tests/TestCases.HostApp/Issues/Issue36154.cs#L120

src/Controls/tests/TestCases.HostApp/Issues/Issue36154.cs(120,15): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'SwipeView' does not contain a definition for 'Row' and no accessible extension method 'Row' accepting a first argument of type 'SwipeView' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 121 in src/Controls/tests/TestCases.HostApp/Issues/Issue36154.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr (Build .NET MAUI Build macOS (Release))

src/Controls/tests/TestCases.HostApp/Issues/Issue36154.cs#L121

src/Controls/tests/TestCases.HostApp/Issues/Issue36154.cs(121,20): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Label' does not contain a definition for 'Row' and no accessible extension method 'Row' accepting a first argument of type 'Label' could be found (are you missing a using directive or an assembly reference?)