-
Hello,
I want all the text to be selected, when the control gets focus (is tabbed on)
I tried the code below, but it does not seem to work.
Any suggestions on how to make this work ?
```csharp…
-
### Description
So earlier today I was trying to use the internal property for an Entry to clear the text in it.
```
```
But when I click on it nothing seems to happen.
Am I missing so…
-
### Description
I have a custom control, when I try to show an icon in it which is an SVG (I am using .png extension) the ImageButton control fails to show that icon whereas when I replace the same w…
-
Hello!
I´m using your "FreakyPinCodeControl" in an iOS app. I don´t know how to change the size of the keyboardbuttons and how to reduce the space between them. Can you show me an example?
![grafi…
-
### Description
When you nest 2 Border controls on iOS the inner one of the two gets cut off, this only happens when you try to create a circular border, either using an Ellipse or a Rounded rectangl…
-
### Description
So this is kind of this issue #106 but with some context :)
Simply just need some pointers on how the get the sample working.
### Code
Sample code from help page
### Ex…
-
### Description
Maybe you are already aware of this issue but after updating to 0.4.12-pre, I am getting a couple compile errors on Android. Downgrading back to 0.4.11 fixes the issue.
![image](ht…
-
### Description
I have a custom control that has a handler that Appends Mapping to it, When I do that and have a check for PlatformView, the application crashes at the null check when I close and reo…
-
### Description
So I have been trying out MAUI extensively lately and was trying to Create a Custom Control I guess and I ran into this weird problem, the CreatePlatform method was never getting call…
-
### Description
i have OnAppearing function like this:
```
protected override async void OnAppearing()
{
base.OnAppearing();
try
{
DateTime lastTime…