You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to set the underline to transperent but it's not working in NET 8, but it did work on NET 7 and before.
Also true for other handlers (picker, editor etc.)
Tried on android (but possibly the same on iOS)
Description
Trying to set the underline to transperent but it's not working in NET 8, but it did work on NET 7 and before.
Also true for other handlers (picker, editor etc.)
Tried on android (but possibly the same on iOS)
NET 7:
NET 8:
Steps to Reproduce
Microsoft.Maui.Handlers.EntryHandler.Mapper.AppendToMapping(nameof(Entry), (handler, view) => { #if ANDROID handler.PlatformView.SetBackgroundColor(Android.Graphics.Color.Transparent); #endif });
In NET 7 the entry underline is transperent but in NET 8 it's not
Link to public reproduction project repository
No response
Version with bug
8.0.0-rc.2.9373
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
7.0.96
Affected platforms
Android
Affected platform versions
Android 33
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: