-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[iOS] Fix for Transparent Background Color not applied to WebView #28804
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
Conversation
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.
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
var button = new Button | ||
{ | ||
Text = "Change WebView BackgroundColor", | ||
AutomationId = "button" |
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.
The AutomationId 'button' is quite generic and may not be unique across the app; consider using a more descriptive and unique identifier (e.g., 'Issue28714ChangeBackgroundButton') to prevent potential clashes in UI testing.
Copilot uses AI. Check for mistakes.
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Failing UITest on Android, |
Root Cause of the issue
Description of Change
Issues Fixed
Fixes #28714
Tested the behaviour in the following platforms
Screenshot
Before-Fix-Gif.mov
After-Fix-Gif.mov
Before-Fix.mov
After-Fix.mov