After reading the MAUI migration documentation, I converted all of our Rock:StyledView elements to use Border. After doing so, the new Border elements work fine on iOS, but are not visible on Android.
iOS
Android
Can reproduce in
[ ] Orange App
[ ] Blue App
Steps to Reproduce
Put the reproduction XAML below on any page
View the page in the MAUI shell
See that the view is visible on iOS but not Android
Describe the Issue in Detail
After reading the MAUI migration documentation, I converted all of our
Rock:StyledView
elements to useBorder
. After doing so, the newBorder
elements work fine on iOS, but are not visible on Android.iOS
Android
Can reproduce in
Steps to Reproduce
Expected Behavior
Border
views should be visible on all platforms.Actual Behavior
Border
views are visible on iOS, but not Android.Screenshots or Videos
(In Description)
Reproduction XAML
Mobile Shell Version
6.0.0.0
Last Known Working Version
No response
iOS Device Type(s) and iOS Version(s)
iPhone iOS 17.3.1
Android Device Type(s) and Android Version(s)
Android v14