Skip to content

[Revert] - [Windows] Fix WebView blank rendering when used with HybridWebView#35744

Merged
PureWeen merged 1 commit into
dotnet:release/10.0.1xx-sr7from
SubhikshaSf4851:revert-Fix34558
Jun 4, 2026
Merged

[Revert] - [Windows] Fix WebView blank rendering when used with HybridWebView#35744
PureWeen merged 1 commit into
dotnet:release/10.0.1xx-sr7from
SubhikshaSf4851:revert-Fix34558

Conversation

@SubhikshaSf4851

@SubhikshaSf4851 SubhikshaSf4851 commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 35744

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 35744"

@vishnumenon2684

Copy link
Copy Markdown
Contributor

/azp run maui-pr-devicetests

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@vishnumenon2684

Copy link
Copy Markdown
Contributor

/azp run maui-pr-uitests

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@vishnumenon2684 vishnumenon2684 added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Jun 4, 2026
@kubaflo

kubaflo commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

/review tests

@MauiBot

MauiBot commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

⚠️ Merge Conflict Detected — This PR has merge conflicts with its target branch. Please rebase onto the target branch and resolve the conflicts.

@PureWeen PureWeen merged commit 155c3b8 into dotnet:release/10.0.1xx-sr7 Jun 4, 2026
163 of 173 checks passed
@github-actions github-actions Bot added this to the .NET 10 SR7 milestone Jun 4, 2026
kubaflo pushed a commit that referenced this pull request Jun 9, 2026
…dWebView (#35814)

> [!NOTE]
 > Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!
 
 ### Description of change
 Reverts the Windows HybridWebView fix and its tests from #35092.
 
The change causes `Controls.DeviceTests` failures for HybridWebView in
CI .
This was already reverted on `release/10.0.1xx-sr7` in #35744 for the
same reason.
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request Jun 11, 2026
> ℹ️ **Note**
> 
> This PR body was truncated due to platform limits.

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [Microsoft.Maui.Controls](https://github.com/dotnet/maui) | `10.0.70` → `10.0.71` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Maui.Controls/10.0.71?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Maui.Controls/10.0.70/10.0.71?slim=true) |

---

### Release Notes

<details>
<summary>dotnet/maui (Microsoft.Maui.Controls)</summary>

### [`v10.0.71`](https://github.com/dotnet/maui/releases/tag/10.0.71)

[Compare Source](dotnet/maui@10.0.70...10.0.71)

#### What's Changed

- \[release/10.0.1xx-sr7] \[Windows] Fix WebView blank rendering when used with HybridWebView by [@&#8203;kubaflo](https://github.com/kubaflo) in [#&#8203;35585](dotnet/maui#35585)
- \[release/10.0.1xx-sr7] Revert PR [#&#8203;30068](dotnet/maui#30068) — Fix FontImageSource centering regression on Windows by [@&#8203;kubaflo](https://github.com/kubaflo) in [#&#8203;35689](dotnet/maui#35689)
- \[release/10.0.1xx-sr7] Fix iOS/Catalyst MapPool retention with MapElements by [@&#8203;kubaflo](https://github.com/kubaflo) in [#&#8203;35690](dotnet/maui#35690)
- \[release/10.0.1xx-sr7] \[iOS] Fix Shell - opened keyboard on modal page shifts parent page/frame behind modal after update to 10.0.60 by [@&#8203;kubaflo](https://github.com/kubaflo) in [#&#8203;35691](dotnet/maui#35691)
- \[release/10.0.1xx-sr7] \[Android] Fix BottomNavigationView remaining visible for TabbedPage inside modal NavigationPage after PushAsync by [@&#8203;kubaflo](https://github.com/kubaflo) in [#&#8203;35692](dotnet/maui#35692)
- \[release/10.0.1xx-sr7] Gate SafeArea inset listeners in recycler items by [@&#8203;kubaflo](https://github.com/kubaflo) in [#&#8203;35693](dotnet/maui#35693)
- \[release/10.0.1xx-sr7] Revert - Fix TalkBack not correctly narrating RadioButtons with Content by [@&#8203;kubaflo](https://github.com/kubaflo) in [#&#8203;35694](dotnet/maui#35694)
- \[release/10.0.1xx-sr7] Revert - Fix Changing Shell.NavBarIsVisible does not update the nav bar  by [@&#8203;Tamilarasan-Paranthaman](https://github.com/Tamilarasan-Paranthaman) in [#&#8203;35703](dotnet/maui#35703)
- \[Revert] - \[Windows] Fix WebView blank rendering when used with HybridWebView by [@&#8203;SubhikshaSf4851](https://github.com/SubhikshaSf4851) in [#&#8203;35744](dotnet/maui#35744)
- Fix OnNavigatedTo not firing after PopModalAsync when tab is changed inside modal by [@&#8203;praveenkumarkarunanithi](https://github.com/praveenkumarkaruna...
This was referenced Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-controls-hybridwebview HybridWebView control partner/syncfusion Issues / PR's with Syncfusion collaboration platform/windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants