-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[iOS] Added support for large titles in Shell #32081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: net10.0
Are you sure you want to change the base?
Conversation
|
Hey there @@kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces web resource request interception capabilities to the BlazorWebView component and includes extensive localization updates for .NET MAUI template strings. The primary purpose is to enable applications to intercept and customize web resource requests within BlazorWebView controls, while also updating localized template descriptions across multiple languages.
- Adds web resource request interception functionality to BlazorWebView
- Updates BlazorWebView to implement IWebRequestInterceptingWebView interface
- Includes comprehensive localization updates for template strings in multiple languages
Reviewed Changes
Copilot reviewed 293 out of 3888 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/BlazorWebView/src/Maui/IBlazorWebView.cs | Extended interface to inherit from IWebRequestInterceptingWebView |
| src/BlazorWebView/src/Maui/BlazorWebView.cs | Added WebResourceRequested event and implementation |
| src/BlazorWebView/src/Maui/Android/WebKitWebViewClient.cs | Enhanced request interception logic with improved logging |
| src/BlazorWebView/src/Maui/Android/BlazorWebViewHandler.Android.cs | Updated Android WebView integration with namespace changes |
| src/BlazorWebView/src/Maui/PublicAPI/*.txt | Added new public API surface for WebResourceRequested event |
| loc//src/Templates/src/templates/ | Updated localized template strings across multiple languages |
src/BlazorWebView/src/Maui/Microsoft.AspNetCore.Components.WebView.Maui.csproj
Show resolved
Hide resolved
Introduces the UpdateLargeTitles method to manage large title display modes for navigation bars in ShellItemRenderer. This ensures that the large title preference is updated when the displayed page changes or when the view lays out subviews, aligning with iOS-specific platform configurations.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/ShellItemRenderer.cs
Show resolved
Hide resolved
|
Azure Pipelines successfully started running 3 pipeline(s). |
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 from this PR and let us know in a comment if this change resolves your issue. Thank you!
Description of Change
Introduces the UpdateLargeTitles method to manage large title display modes for navigation bars in ShellItemRenderer. This ensures that the large title preference is updated when the displayed page changes or when the view lays out subviews, aligning with iOS-specific platform configurations.
Issues Fixed
Fixes #12156