Reimar Twelker

Results 6 comments of Reimar Twelker

Thanks for reporting the issue. I’ll look into it. IB renders the regular UITextField placeholder whereas RAGTextField adds a separate placeholder label which may not be constrained to the trailing...

I just noticed that when you hide the tab bar in your sample project, move the app to the background and then foreground it again, the layout is updated and...

A workaround that fixes the problem for us (both on native iOS and XF) is this: `var currentFrame = View.Frame;` `View.Frame = currentFrame.Inset(0, 1);` `View.Frame = currentFrame;` where `View` is...

The change in the linked pull request addresses the background color / general tint color and makes the search bar look a lot better. However, it does not make it...

The fact that the snackbar does not properly "stack" on top of its `AnchorView` on iOS is [caused by this line](https://github.com/CommunityToolkit/Maui/blob/main/src/CommunityToolkit.Maui.Core/Views/Alert/AlertView.macios.cs#L70): it mistakes the "bottom" anchor for the "top" anchor...

How would a breaking change be implemented so that existing projects like the "War Monitor" app keep working? Would have be a "v2" of the API, right (I'm doing mobile...