Problem binding Native iOS facebook library in .net maui
I am trying to use the native ios facebook sdk with .net maui binding in my application. I followed the instructions from the following video from dotnet’s youtube channel https://www.youtube.com/watch?v=BpE6aV3lHC0. I copied the exact code from the project and when I try to build that I get an error saying “Unable to find package CommunityToolkit.Maui.NativeLibraryInterop.BuildTasks. No packages exist with this id in source(s): /usr/local/share/dotnet/library-packs, nuget.org”.
TextColor being ignored for entry field in .NET MAUI
I have an entry field in .NET MAUI and I have set the TextColor in the XAML file. However, when Text is dynamically loaded into the field, the TextColor automatically goes to Black. I understand that this is because I have set the UITheme of my app to be Light constantly and the default text colour for white would be black. However, I can not find a workaround as to how I can modify this so that the UItheming just for this specific content page is not applied or alternatively set this specific content page to use the dark theme.
C# MAUI Event GraphicsView StartInteraction not working
If i tap on GraphicsView
should event and call method tap
, but debugger does not respond on tap. Label do not change too.
.NET MAUI Android File Provider Path
Currently I am updating my Xamarin project to MAUI.
Microcharts: Transparent background lead the plot to redrawing itself over and over again
Getting one or more errors occurred. (Connection failure)
I am trying to call an api using .net maui but i am getting one or more errors occurred. (Connection failure) error and the api not hitting at all.
here is my code.
how to hide/unhide android app icon in .net maui when app is completely closed and is not in background with Plugin.Firebase 3.0.0?
I want to hide android app when app is completely closed.When app is open it works but when app is closed doesn`t.I use firebase notification to reactivate app by sending notification(OnMessageRecieved).
How to catch unhandled exceptions in a .Net MAUI C# App?
I would like to catch unhandled exceptions in my MAUI project (for Windows and Android).
Multi-Collection Views – Display .NET MAUI CollectionView within a CollectionView
I am developing a c# .NET Maui application that creates a bowling app that maintains a recap of scores for bowling team. The requirements are that it is a general application that supports leagues that have bowlers that are supporting 2 to many team members. In addition, the amount of games per match can support multiple games based on league rules. Typically, most leagues have a 3 game requirenment for each bowler but there are leagues that support more than 3. Bottom line, there is a requirement to support 2 to many bowlers with 1 to many games.
.net maui unfocus or detecting a click outside of custom view
since it is not possible for ContentView to trigger Unfocused event, is there a work around on detecting when a view is unfocused? (aka, when clicked outside of the view)