Skip to content

Commit 315307b

Browse files
authored
Update Known issues in Readme
1 parent d9049ea commit 315307b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,5 @@ You may want to add a style to your app's `Resources/Styles/Styles.xaml` to make
112112

113113
## Known Issues
114114
- Due to some recent changes in MAUI itself, this currently requires .NET MAUI 8.0.90 (SR9) or newer
115-
- Changing `Background` instead of `BackgroundColor` does not always work correctly on every platform
116-
- No Padding property on the Button itself yet, so you need to set a margin on the inner content instead
117115
- Android uses `MaterialCardView` which doesn't have a simple way to set a complex background, so currently it can only set a background color (no gradients, etc), but you still get ripples and everything as a result
116+
- iOS uses the simple UIButtonConfiguration APIs to set properties, so currently only solid color backgrounds are supported like on Android

0 commit comments

Comments
 (0)