Skip to content

[Android] Fix for Android RefreshView incorrectly triggering pull-to-refresh when scrolling inside WebView or HybridWebView on cold-start - #35633

Merged
kubaflo merged 4 commits into
dotnet:inflight/currentfrom
BagavathiPerumal:fix-35572
Jun 12, 2026
Merged

fix-35572-Changes updated.

fce0f01
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 12, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

maui-pr / Run Helix Unit Tests / Windows Helix Unit Tests (Debug) / 🛠️ Build BuildTasks

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src\Controls\src\Core\SwipeView\SwipeItem.cs(48,15): error CS0111: Type 'SwipeItem' already defines a member called 'OnIsVisibleChanged' with the same parameter types
    ❌src\Controls\src\Core\Compatibility\Handlers\ListView\Windows\ListViewStyles.xaml(14,6): error WMC0001: Unknown type 'HeightConverter' in XML namespace 'using:Microsoft.Maui.Controls.Platform.Compatibility'
    ❌src\Controls\src\Core\Compatibility\Handlers\ListView\Windows\ListViewStyles.xaml(15,6): error WMC0001: Unknown type 'ListViewGroupStyleSelector' in XML namespace 'using:Microsoft.Maui.Controls.Platform.Compatibility'

maui-pr / Run Helix Unit Tests / Windows Helix Unit Tests (Release) / 🛠️ Build BuildTasks

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src\Controls\src\Core\SwipeView\SwipeItem.cs(48,15): error CS0111: Type 'SwipeItem' already defines a member called 'OnIsVisibleChanged' with the same parameter types
    ❌src\Controls\src\Core\Compatibility\Handlers\ListView\Windows\ListViewStyles.xaml(14,6): error WMC0001: Unknown type 'HeightConverter' in XML namespace 'using:Microsoft.Maui.Controls.Platform.Compatibility'
    ❌src\Controls\src\Core\Compatibility\Handlers\ListView\Windows\ListViewStyles.xaml(15,6): error WMC0001: Unknown type 'ListViewGroupStyleSelector' in XML namespace 'using:Microsoft.Maui.Controls.Platform.Compatibility'

maui-pr / Pack .NET MAUI / Pack macOS / Pack

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src/Controls/src/Core/SwipeView/SwipeItem.cs(48,15): error CS0111: Type 'SwipeItem' already defines a member called 'OnIsVisibleChanged' with the same parameter types

5 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr]

Was this helpful? Yes No