Right to left flow direction completely breaks the RadDataGrid on Android and on iOS it doesn't seem to do anything.
Repro steps:
Android:
iOS:
If you test this on Windows, the FlowDirection is being appropriately applied.
Android LTR:
RTL:
Hi,
Do you have on your roadmap to include a Shimmer View / Control as part of your .NET MAUI offerings to tidy up a screen loading indication.
From a UI/UX perspective, a shimmer sits better with our user community rather than a loading indicator.
Thank you,
Shane
It seems the issue happens randomly -> crashes on a Windows 19 Server while running a basic Windows Maui app.
There is a public bug report: https://github.com/mono/SkiaSharp/issues/3168
The Bottom Sheet component provides an intuitive way to display additional content to the users. It appears on the bottom of a screen as an overlay and presents users with a choice of actions that they must take.
Provide an AI assistant for code generation with the Telerik MAUI controls.
Telerik Blazor released such assistant https://www.telerik.com/blazor-ui/documentation/ai/overview
add a button control in which you can swipe its content
Hi Team,
We have a scenario where our license key file is hosted on a team-only file share. However, the file share only works with HTTP/S links and not a UNC path.
For example, this works perfectly:
TELERIK_LICENSE_PATH="\\internalshare\folder\telerik-license.txt"However, we cannot use
TELERIK_LICENSE_PATH="http://internalshare.com/telerik-license.txt"
Thank you,
Teddy
Hello,
Is it planned to eventually ensure that platform theme changes at runtime properly convert controls over from light to dark and vice versa? Currently in Windows and Android (all that I tested so far), the controls either remain dark when changing to the light theme or end up in a sort of half and half state and don't completely change to the appropriate theme during runtime. If the app is closed and reopen, they are rendered properly.
Thank you
I noticed there is a Toggle Button available, but the Toggle Switch Button that is available for WPF is not yet available for MAUI.
Please consider adding such button for .NET MAUI suite.