-
### Description
In my app I am dynamically underlining the text of a label.
For this I update the FormattedText property with different spans.
I am noticing weird behaviour on Android, where cert…
-
### Description
When you pop the page from the Nav Stack title view "blinks" between the old page title and the new one.
### Steps to Reproduce
1. Create two pages with different titles.
2. …
-
### Description
The keyboard Tab key is used to navigate between interactive controls on most platforms, including Mac.
On Mac, pressing Tab will successfully navigate keyboard focus to and away f…
-
### Description
See the triangle shape and how it does not properly calculate the inner path:
![clipping problems](https://github.com/dotnet/maui/assets/3286258/767330fa-1b81-4fcc-9a5b-ddb22538d9…
-
### Description
When using
```csharp
var label = new Label().LoadFromXaml(xaml);
```
if the string contains formatted text it is ignored
```csharp
///
/// Taken from https://le…
-
### Description
The current Android framework lacks native support for implementing sharpen effects, leading to developers relying on deprecated methods or third-party libraries to achieve blurring i…
-
Currently WinUI/Android look like this
![image](https://user-images.githubusercontent.com/5375137/168685473-b3f7184e-720e-43a4-9282-dd452ff28e62.png)
iOS
![image](https://user-images.githubus…
-
## Description
We need a way to actually compare images - both on device and in unit tests - to make sure we have a way to test image differences.
I have some SkiaSharp diff code in the unit tes…
-
### Description
SemanticProperties.Description does not get announce when set on a span.
It'll work when set on the label itself:
```xaml
…
-
### Description
Currently you can set the OnColor state for a switch but can not set the OffColor state. This leads to having to use a custom solution for myself. This Stack Question highlights the…