-
Currently running into a few issues with Material Components that are fixed with the latest bindings
https://github.com/xamarin/XamarinComponents/issues/915
https://github.com/xamarin/Xamarin.Form…
-
In my fix for https://github.com/stntz/Xamarin.ZoomBinding/issues/30 I added this line to metadata
```xml
```
It allowed the ZoomUIService to appear on the ZoomSdk instance, which was great. …
-
This is reproducible from Sample project, in Android but I was able to make it happen in iOS as well.
1. Create a ViewModel implementing INavigable
```
public class ReceivedViewModel : Navigable…
-
I need the binding to addLinkWithTextCheckingResult:attributes: to work to customize link colors.
I see it's a TODO in the code. Any plans to complete this?
Or could you explain the progress you had…
-
This issue tracks changes that will need to be made when this project changes to run on .NET 5:
* https://github.com/aspnet/Announcements/issues/438: Fields on RenderTreeFrame have become propertie…
Eilon updated
4 years ago
-
Not sure if it is after the latest Xcode updates - but I have a suspicion...
This happens in the iOS simulator. Just commenting out the map in the XML and it runs without crashing.
It just cras…
-
### Description
I'm using a custom DataTemplate for my Shell items. That works fine for `FlyoutItem`, whose `Icon` property I can bind too, but the same trick does not work for `MenuItem`'s `IconIm…
-
After upgrading to iOS 7.1.1 using the example Estimote is not working!
-
Follow up to https://github.com/dotnet/runtime/issues/41299, https://github.com/dotnet/runtime/issues/52482#issuecomment-838290365, https://github.com/dotnet/runtime/issues/52482#issuecomment-83859656…
-
Please help me understand how Embeddinator uses CppSharp. CppSharp allows you to use C/C++ code from .NET C# while Embeddinator allows you to use .NET C# from C. Why then, does Embeddinator rely on Cp…