-
### Description
SelectionChangedCommand from CollectionView doesn't trigger associated command **if you have a frame control into ItemTemplate**
…
-
### Description
I'm migrating an app from Xamarin.Form to .NET MAUI. The Xamarin Forms app successfully uses a native iOS library (xcframework) with the help of bindings project.
With .net 7,
* …
-
### Android application type
.NET Android (net7.0-android, etc.)
### Affected platform version
VS2022 17.7.5
### Description
We have a large former Xamarin Android application which we …
-
I have to use Realm in Android binding project Xamarin and to create a dll from it and referenced it to Xamarin project.
Can anyone please let me know how to do it?
-
### Description
In iOS 16, the extended dynamic range APIs were added for use with Metal. Specifically, the CAMetalLayer class now has the properties `wantsExtendedDynamicRangeContent` and `edrMetada…
-
### Description
C#
`public ICommand DeleteCommand => new Command(DeleteMonkey);`
`void DeleteMonkey(Monkey monkey)`
`{`
` if (Monkeys.Contains(monkey))`
` Monkeys.Remove(monkey);`
`}…
-
### Android application type
Android for .NET (net6.0-android, etc.)
### Affected platform version
.NET 7, VS 2022 17.4. 17.5 P2
### Description
.NET 7's `$(AndroidJavaSource)` is great for simpl…
-
### Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
### Affected platform version
Net 7 and Net 8
### Description
We have somo bindings of libraries that references o…
-
@bitsandfoxes
Hi All I did was
1. Create a new Maui App
2. Add Sentry.Maui 3.34
3. modify Maui.Program
4. Plug the iOS device
5. Use the .net automatic prov profile
6. build the app and …
-
I have been having an issue with Xamarin.UITest after the application that I am working on was updated to the latest android version (API 29). This issue did not happen before the application updates …